mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-01 10:20:16 +01:00
🚨
This commit is contained in:
parent
46b004129d
commit
eb0a3fc4e8
4 changed files with 6 additions and 6 deletions
|
|
@ -279,8 +279,8 @@ export const paste = async (protyle: IProtyle, event: (ClipboardEvent | DragEven
|
|||
files = event.dataTransfer.items;
|
||||
}
|
||||
} else {
|
||||
textHTML = event.textHTML
|
||||
textPlain = event.textPlain
|
||||
textHTML = event.textHTML;
|
||||
textPlain = event.textPlain;
|
||||
}
|
||||
|
||||
// Improve the pasting of selected text in PDF rectangular annotation https://github.com/siyuan-note/siyuan/issues/11629
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue