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);
|
||||
|
||||
// Aniwatch CSS requires the search input to be in some kind of known menu container
|
||||
let dummyNode = document.createElement('a');
|
||||
dummyNode.appendChild(quickSearchElement);
|
||||
entry.appendChild(dummyNode);
|
||||
|
|
Loading…
Add table
Reference in a new issue