button for collapsing tree, button for new top level note

This commit is contained in:
azivner
2017-08-29 20:58:53 -04:00
parent 36dbcfcce0
commit a7180e0e19
3 changed files with 18 additions and 5 deletions
-2
View File
@@ -94,8 +94,6 @@ $(document).on('click', 'div.popover-content a', function(e) {
}
});
let linkInfo;
$(document).bind('keydown', 'alt+l', function() {
var range = $('#noteDetail').summernote('createRange');
console.log("range:", range);