mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
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:
@@ -135,6 +135,8 @@ function loadNote(noteId) {
|
||||
|
||||
$('#noteDetail').summernote('code', noteText);
|
||||
|
||||
$(window).resize(); // to trigger resizing of editor
|
||||
|
||||
noteChangeDisabled = false;
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user