mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
better filtering of empty HTML content (just tags and whitespace)
This commit is contained in:
@@ -800,8 +800,6 @@ const noteTree = (function() {
|
||||
}
|
||||
|
||||
$(document).bind('keydown', 'ctrl+o', e => {
|
||||
console.log("pressed O");
|
||||
|
||||
const node = getCurrentNode();
|
||||
const parentNoteId = node.data.parent_note_id;
|
||||
const isProtected = treeUtils.getParentProtectedStatus(node);
|
||||
|
||||
Reference in New Issue
Block a user