mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-06-21 23:54:26 +08:00
1. [/] 为 Revive 元素添加了自定义事件触发, 从而正确处理 Remount 发生时的情况 2. [/] 为 Input 元素添加了正确的 onSubmit 事件处理
This commit is contained in:
@@ -12,7 +12,7 @@ const createWsWindow = (electron) => {
|
||||
frame: false,
|
||||
skipTaskbar: true,
|
||||
transparent: true,
|
||||
alwaysOnTop: true,
|
||||
alwaysOnTop: false,
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
contextIsolation: false,
|
||||
@@ -21,6 +21,7 @@ const createWsWindow = (electron) => {
|
||||
});
|
||||
|
||||
window.setIgnoreMouseEvents(true);
|
||||
window.minimize();
|
||||
window.loadFile(
|
||||
path.join(
|
||||
__dirname,
|
||||
|
||||
Reference in New Issue
Block a user