mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-10-09 01:09: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 +
|
suggestion.name +
|
||||||
" " +
|
" " +
|
||||||
value.substring(bounds.end);
|
value.substring(bounds.end);
|
||||||
this.input.dispatchEvent(new CustomEvent("change", { bubbles: true }));
|
this.dispatchEvent(new CustomEvent("input", { bubbles: true }));
|
||||||
|
|
||||||
this.close();
|
this.close();
|
||||||
}
|
}
|
||||||
|
@@ -86,6 +86,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
bundleForm.addEventListener('input', scheduleUpdate);
|
bundleForm.addEventListener('input', scheduleUpdate);
|
||||||
bundleForm.addEventListener('change', scheduleUpdate);
|
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
|
Reference in New Issue
Block a user