mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-06-28 06:46:12 +00:00
🎨 Improve input method compatibility https://github.com/siyuan-note/siyuan/issues/17546
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
@@ -2518,7 +2518,10 @@ export class WYSIWYG {
|
||||
input(protyle, blockElement, range, true, event);
|
||||
}, Constants.TIMEOUT_INPUT);
|
||||
} else {
|
||||
input(protyle, blockElement, range, true, event);
|
||||
clearTimeout(timeout); // https://github.com/siyuan-note/siyuan/issues/9179
|
||||
timeout = window.setTimeout(() => {
|
||||
input(protyle, blockElement, range, true, event);
|
||||
});
|
||||
}
|
||||
}
|
||||
event.stopPropagation();
|
||||
|
||||
Reference in New Issue
Block a user