mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
fixes and right pane layout changes
This commit is contained in:
@@ -12,8 +12,6 @@ export default class EditedNotesWidget extends CollapsibleWidget {
|
||||
};
|
||||
}
|
||||
|
||||
getMaxHeight() { return "200px"; }
|
||||
|
||||
isEnabled() {
|
||||
return super.isEnabled()
|
||||
&& this.note.hasOwnedLabel("dateNote");
|
||||
|
||||
Reference in New Issue
Block a user