mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/general: handle spaces in autocomplete
This commit is contained in:
@ -17,7 +17,7 @@ class PostsHeaderView {
|
||||
views.replaceContent(this._hostNode, template(ctx));
|
||||
|
||||
if (this._queryInputNode) {
|
||||
new TagAutoCompleteControl(this._queryInputNode);
|
||||
new TagAutoCompleteControl(this._queryInputNode, {addSpace: true});
|
||||
}
|
||||
|
||||
keyboard.bind('q', () => {
|
||||
|
Reference in New Issue
Block a user