Feature/#12 search input with hotkey #15
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ function initSearch() {
|
||||||
|
|
||||||
entry.appendChild(quickSearchElement);
|
entry.appendChild(quickSearchElement);
|
||||||
|
|
||||||
|
// Aniwatch CSS requires the search input to be in some kind of known menu container
|
||||||
let dummyNode = document.createElement('a');
|
let dummyNode = document.createElement('a');
|
||||||
dummyNode.appendChild(quickSearchElement);
|
dummyNode.appendChild(quickSearchElement);
|
||||||
entry.appendChild(dummyNode);
|
entry.appendChild(dummyNode);
|
||||||
|
|
Loading…
Add table
Reference in a new issue