mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-03 04:50:59 +08:00
This commit is contained in:
parent
610a8caf41
commit
d83472c5e7
@ -2158,14 +2158,14 @@ export class WYSIWYG {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
hideElements(["hint", "util"], protyle);
|
hideElements(["hint", "util"], protyle);
|
||||||
|
/// #if MOBILE
|
||||||
// https://github.com/siyuan-note/siyuan/issues/14569
|
// https://github.com/siyuan-note/siyuan/issues/14569
|
||||||
if (event.target.tagName === "VIDEO") {
|
if (event.target.tagName === "VIDEO") {
|
||||||
/// #if MOBILE
|
|
||||||
activeBlur();
|
activeBlur();
|
||||||
hideKeyboardToolbar();
|
hideKeyboardToolbar();
|
||||||
/// #endif
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
/// #endif
|
||||||
const ctrlIsPressed = isOnlyMeta(event);
|
const ctrlIsPressed = isOnlyMeta(event);
|
||||||
const backlinkBreadcrumbItemElement = hasClosestByClassName(event.target, "protyle-breadcrumb__item");
|
const backlinkBreadcrumbItemElement = hasClosestByClassName(event.target, "protyle-breadcrumb__item");
|
||||||
if (backlinkBreadcrumbItemElement) {
|
if (backlinkBreadcrumbItemElement) {
|
||||||
|
Loading…
Reference in New Issue
Block a user