mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
This commit is contained in:
parent
e731d888e9
commit
b1f7dc7ed6
4 changed files with 24 additions and 6 deletions
|
|
@ -2158,6 +2158,10 @@ export class WYSIWYG {
|
|||
});
|
||||
});
|
||||
hideElements(["hint", "util"], protyle);
|
||||
// https://github.com/siyuan-note/siyuan/issues/14569
|
||||
if (event.target.tagName === "VIDEO") {
|
||||
return;
|
||||
}
|
||||
const ctrlIsPressed = isOnlyMeta(event);
|
||||
const backlinkBreadcrumbItemElement = hasClosestByClassName(event.target, "protyle-breadcrumb__item");
|
||||
if (backlinkBreadcrumbItemElement) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue