Replace window.yomichan_search with DisplaySearch.instance
This commit is contained in:
parent
b2cc694d95
commit
f8365b8092
@ -384,4 +384,4 @@ DisplaySearch.onKeyDownIgnoreKeys = {
|
|||||||
'Shift': []
|
'Shift': []
|
||||||
};
|
};
|
||||||
|
|
||||||
window.yomichan_search = DisplaySearch.create();
|
DisplaySearch.instance = DisplaySearch.create();
|
||||||
|
Loading…
Reference in New Issue
Block a user