From 5236f692a81a3add587a0fccc17c9d9d74624946 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 30 Nov 2025 20:21:21 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/16471 --- app/src/boot/globalEvent/event.ts | 2 -- app/src/protyle/util/onGet.ts | 1 - 2 files changed, 3 deletions(-) diff --git a/app/src/boot/globalEvent/event.ts b/app/src/boot/globalEvent/event.ts index 06c1857ee..c68b02222 100644 --- a/app/src/boot/globalEvent/event.ts +++ b/app/src/boot/globalEvent/event.ts @@ -88,11 +88,9 @@ export const initWindowEvent = (app: App) => { } }); window.addEventListener("dragend", () => { - console.log("dragend"); stopScrollAnimation(); }); window.addEventListener("dragleave", () => { - console.log("dragleave"); stopScrollAnimation(); }); diff --git a/app/src/protyle/util/onGet.ts b/app/src/protyle/util/onGet.ts index fa00eeb99..45c24f23b 100644 --- a/app/src/protyle/util/onGet.ts +++ b/app/src/protyle/util/onGet.ts @@ -210,7 +210,6 @@ const setHTML = (options: { protyle.wysiwyg.element.querySelectorAll("video, audio").forEach(item => { item.addEventListener("playing", () => { activeBlur(); - console.log("playing"); }); }); /// #endif