mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 16:26:31 +01:00
bootstrap needs to be included before jQuery UI, otherwise close icon in the dialog will be missing
This commit is contained in:
@@ -4,8 +4,6 @@ $(function() {
|
||||
|
||||
if (fancyTree.length) {
|
||||
fancyTree.height($(window).height() - fancyTree.offset().top - 10);
|
||||
|
||||
console.log("height: ", $(window).height() - fancyTree.offset().top - 10);
|
||||
}
|
||||
|
||||
const noteEditable = $('div.note-editable');
|
||||
|
||||
Reference in New Issue
Block a user