mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
more cleanup
This commit is contained in:
@@ -57,7 +57,7 @@ const contextMenu = (function() {
|
||||
|
||||
if (ui.cmd === "insertNoteHere") {
|
||||
const parentKey = treeUtils.getParentKey(node);
|
||||
const isProtected = treeUtils.getParentEncryption(node);
|
||||
const isProtected = treeUtils.getParentProtectedStatus(node);
|
||||
|
||||
noteEditor.createNote(node, parentKey, 'after', isProtected);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user