mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-07 21:22:34 +01:00
This commit is contained in:
parent
f222147848
commit
5236f692a8
2 changed files with 0 additions and 3 deletions
|
|
@ -88,11 +88,9 @@ export const initWindowEvent = (app: App) => {
|
|||
}
|
||||
});
|
||||
window.addEventListener("dragend", () => {
|
||||
console.log("dragend");
|
||||
stopScrollAnimation();
|
||||
});
|
||||
window.addEventListener("dragleave", () => {
|
||||
console.log("dragleave");
|
||||
stopScrollAnimation();
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -210,7 +210,6 @@ const setHTML = (options: {
|
|||
protyle.wysiwyg.element.querySelectorAll("video, audio").forEach(item => {
|
||||
item.addEventListener("playing", () => {
|
||||
activeBlur();
|
||||
console.log("playing");
|
||||
});
|
||||
});
|
||||
/// #endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue