clone to notes now has overview of notes to clone and is available from context menu

This commit is contained in:
zadam
2019-11-10 22:06:43 +01:00
parent 7539e6a616
commit b53e2a3570
5 changed files with 44 additions and 18 deletions

View File

@@ -342,6 +342,7 @@ function getSelectedOrActiveNodes(node) {
if (notes.length === 0) {
notes.push(node);
}
return notes;
}