mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 07:18:49 +01:00
This commit is contained in:
parent
4d74b9044a
commit
858d1f3627
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ const editKeydown = (app: App, event: KeyboardEvent) => {
|
|||
});
|
||||
copyPlainText(html.trimEnd());
|
||||
} else {
|
||||
writeText(range.toString());
|
||||
copyPlainText(range.toString());
|
||||
}
|
||||
event.preventDefault();
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue