♻️ search 框输入交互优化

This commit is contained in:
muwoo
2021-12-08 15:51:54 +08:00
parent 951f21f5fa
commit 8a35e60e48
17 changed files with 253 additions and 24 deletions

View File

@@ -49,6 +49,7 @@ export default () => {
window.removeBrowserView(view);
window.setSize(800, 60);
executeHooks("PluginOut", null);
window.webContents.executeJavaScript(`window.initRubick()`);
view = undefined;
};