mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-18 13:08:06 +01:00
This commit is contained in:
parent
2bbc9fb74b
commit
36a8d52f8f
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ export const globalTouchEnd = (event: TouchEvent, yDiff: number, time: number, a
|
|||
if (target.tagName === "SPAN" && !hasClosestByAttribute(target, "data-type", "NodeBlockQueryEmbed")) {
|
||||
let editor: Protyle
|
||||
if (isIPhone()) {
|
||||
if (hasClosestByClassName(target, "protyle-wysiwyg")) {
|
||||
if (hasClosestByClassName(target, "protyle-wysiwyg", true)) {
|
||||
editor = getCurrentEditor();
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue