fixes and right pane layout changes

This commit is contained in:
zadam
2020-02-25 16:31:44 +01:00
parent d821ea4095
commit 7270bf287d
7 changed files with 14 additions and 21 deletions

View File

@@ -12,8 +12,6 @@ export default class EditedNotesWidget extends CollapsibleWidget {
};
}
getMaxHeight() { return "200px"; }
isEnabled() {
return super.isEnabled()
&& this.note.hasOwnedLabel("dateNote");