better filtering of empty HTML content (just tags and whitespace)

This commit is contained in:
azivner
2018-01-26 19:54:27 -05:00
parent 9f3d46ddb1
commit 0da13994a6
3 changed files with 6 additions and 6 deletions

View File

@@ -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);