mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
layout fixes
This commit is contained in:
@@ -31,6 +31,7 @@ export default class NoteListWidget extends NoteContextAwareWidget {
|
||||
|
||||
doRender() {
|
||||
this.$widget = $(TPL);
|
||||
this.contentSized();
|
||||
this.$content = this.$widget.find('.note-list-widget-content');
|
||||
|
||||
const observer = new IntersectionObserver(entries => {
|
||||
|
||||
Reference in New Issue
Block a user