From 704ab365f50742e59a5a2d3657d743396caa592e Mon Sep 17 00:00:00 2001 From: fan Date: Thu, 27 Jul 2023 17:47:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/drawApp/lineApp.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/drawApp/lineApp.ts b/src/drawApp/lineApp.ts index a3c796c..4bf8752 100644 --- a/src/drawApp/lineApp.ts +++ b/src/drawApp/lineApp.ts @@ -262,12 +262,6 @@ export async function loadLineDatas(app: GraphicApp) { }); let msgNotify: null | ((props?: QNotifyUpdateOptions | undefined) => void) = null; - Notify.create({ - type: 'negative', - timeout: 0, - position: 'top-right', - message: '通信链接已断开!', - }); app.on('websocket-connect-state-change', (connected) => { if (!connected && !msgNotify) { msgNotify = Notify.create({