mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-09 08:44:20 +01:00
This commit is contained in:
parent
4af11a3583
commit
afb5327c43
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ class App {
|
|||
document.addEventListener("touchend", (event) => {
|
||||
handleTouchEnd(event, siyuanApp);
|
||||
}, false);
|
||||
// https://github.com/siyuan-note/siyuan/issues/9259
|
||||
// 移动端删除键 https://github.com/siyuan-note/siyuan/issues/9259
|
||||
window.addEventListener("keydown", (event) => {
|
||||
if (getSelection().rangeCount > 0) {
|
||||
const range = getSelection().getRangeAt(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue