mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-10-08 08:49:30 +02:00
Fix bundle preview pagination resetting to first page (#1194)
This commit is contained in:
@@ -108,7 +108,7 @@ export class TagAutocomplete extends LitElement {
|
||||
suggestion.name +
|
||||
" " +
|
||||
value.substring(bounds.end);
|
||||
this.input.dispatchEvent(new CustomEvent("change", { bubbles: true }));
|
||||
this.dispatchEvent(new CustomEvent("input", { bubbles: true }));
|
||||
|
||||
this.close();
|
||||
}
|
||||
|
@@ -86,6 +86,5 @@
|
||||
}
|
||||
|
||||
bundleForm.addEventListener('input', scheduleUpdate);
|
||||
bundleForm.addEventListener('change', scheduleUpdate);
|
||||
})();
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user