Vanessa 2025-11-30 20:21:21 +08:00
parent f222147848
commit 5236f692a8
2 changed files with 0 additions and 3 deletions

View file

@ -88,11 +88,9 @@ export const initWindowEvent = (app: App) => {
}
});
window.addEventListener("dragend", () => {
console.log("dragend");
stopScrollAnimation();
});
window.addEventListener("dragleave", () => {
console.log("dragleave");
stopScrollAnimation();
});

View file

@ -210,7 +210,6 @@ const setHTML = (options: {
protyle.wysiwyg.element.querySelectorAll("video, audio").forEach(item => {
item.addEventListener("playing", () => {
activeBlur();
console.log("playing");
});
});
/// #endif