mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
fix paste after, closes #3276
This commit is contained in:
parent
38d6fddc61
commit
44b85d252d
@ -1462,7 +1462,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
||||
clipboard.pasteInto(node.data.branchId);
|
||||
}
|
||||
|
||||
pasteNotesAfterFromClipboard({node}) {
|
||||
pasteNotesAfterFromClipboardCommand({node}) {
|
||||
clipboard.pasteAfter(node.data.branchId);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user