mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
fix paste after, closes #3276
This commit is contained in:
@@ -1462,7 +1462,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
|||||||
clipboard.pasteInto(node.data.branchId);
|
clipboard.pasteInto(node.data.branchId);
|
||||||
}
|
}
|
||||||
|
|
||||||
pasteNotesAfterFromClipboard({node}) {
|
pasteNotesAfterFromClipboardCommand({node}) {
|
||||||
clipboard.pasteAfter(node.data.branchId);
|
clipboard.pasteAfter(node.data.branchId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user