mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
fix scrolling behavior in firefox
This commit is contained in:
parent
8b9bf6e46f
commit
51dddb0bbb
@ -2,7 +2,8 @@ import libraryLoader from "./library_loader.js";
|
|||||||
import treeService from './tree.js';
|
import treeService from './tree.js';
|
||||||
import noteAutocompleteService from './note_autocomplete.js';
|
import noteAutocompleteService from './note_autocomplete.js';
|
||||||
import mimeTypesService from './mime_types.js';
|
import mimeTypesService from './mime_types.js';
|
||||||
import treeCache from "./tree_cache.js";
|
|
||||||
|
const ENABLE_INSPECTOR = false;
|
||||||
|
|
||||||
const mentionSetup = {
|
const mentionSetup = {
|
||||||
feeds: [
|
feeds: [
|
||||||
@ -95,7 +96,7 @@ class NoteDetailText {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
if (glob.isDev) {
|
if (glob.isDev && ENABLE_INSPECTOR) {
|
||||||
await import('../../libraries/ckeditor/inspector.js');
|
await import('../../libraries/ckeditor/inspector.js');
|
||||||
CKEditorInspector.attach(this.textEditor);
|
CKEditorInspector.attach(this.textEditor);
|
||||||
}
|
}
|
||||||
|
@ -137,7 +137,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="display: flex; height: 100%;">
|
<div style="display: flex; flex-grow: 1; flex-shrink: 1; min-height: 0;">
|
||||||
<div id="left-pane" class="hide-in-zen-mode">
|
<div id="left-pane" class="hide-in-zen-mode">
|
||||||
<div id="global-buttons">
|
<div id="global-buttons">
|
||||||
<a id="create-top-level-note-button" title="Create new top level note" class="icon-action bx bx-folder-plus"></a>
|
<a id="create-top-level-note-button" title="Create new top level note" class="icon-action bx bx-folder-plus"></a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user