layout fixes

This commit is contained in:
zadam
2021-06-15 21:53:22 +02:00
parent fb31acc8e0
commit 2220c4491b
4 changed files with 16 additions and 8 deletions

View File

@@ -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 => {