auto resizing (full height) of tree and editor to fill the window without creating global scrollbar (instead there are independent scrollbars for tree and editor)

This commit is contained in:
azivner
2017-08-15 22:32:30 -04:00
parent b986e93356
commit bd19dd3e55
4 changed files with 15 additions and 4 deletions

View File

@@ -135,6 +135,8 @@ function loadNote(noteId) {
$('#noteDetail').summernote('code', noteText);
$(window).resize(); // to trigger resizing of editor
noteChangeDisabled = false;
});
}