mirror of
https://github.com/rubickCenter/rubick
synced 2025-11-19 03:07:40 +08:00
✨ 增加 blur API
This commit is contained in:
@@ -70,6 +70,9 @@ const API: any = {
|
||||
})})`
|
||||
);
|
||||
},
|
||||
subInputBlur() {
|
||||
runnerInstance.getView().webContents.focus()
|
||||
},
|
||||
sendSubInputChangeEvent({ data }) {
|
||||
runnerInstance.executeHooks("SubInputChange", data);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user