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
Reference in a new issue