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

@@ -75,6 +75,7 @@ export default class NoteDetailWidget extends NoteContextAwareWidget {
doRender() {
this.$widget = $(TPL);
this.contentSized();
this.$widget.on("dragover", e => e.preventDefault());