mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-10-10 09: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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user