fix paste after, closes #3276

This commit is contained in:
zadam 2022-11-01 13:39:29 +01:00
parent 38d6fddc61
commit 44b85d252d

View File

@ -1462,7 +1462,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
clipboard.pasteInto(node.data.branchId);
}
pasteNotesAfterFromClipboard({node}) {
pasteNotesAfterFromClipboardCommand({node}) {
clipboard.pasteAfter(node.data.branchId);
}