mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01: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