关闭后重置notify

This commit is contained in:
fan 2023-07-27 17:48:23 +08:00
parent 779b39d1fc
commit 677ec64620

View File

@ -387,6 +387,7 @@ export async function loadLineDatas(app: GraphicApp) {
}); });
} else if (msgNotify && connected) { } else if (msgNotify && connected) {
msgNotify(); msgNotify();
msgNotify = null;
} }
}); });
} else { } else {