mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-12 02:04:20 +01:00
This commit is contained in:
parent
bea48def15
commit
3b0d607850
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue