Vanessa 2025-04-15 10:50:44 +08:00
parent bea48def15
commit 3b0d607850

View file

@ -2160,6 +2160,9 @@ export class WYSIWYG {
hideElements(["hint", "util"], protyle);
// https://github.com/siyuan-note/siyuan/issues/14569
if (event.target.tagName === "VIDEO") {
/// #if MOBILE
activeBlur();
/// #enfid
return;
}
const ctrlIsPressed = isOnlyMeta(event);