fix tab title of deleted note

This commit is contained in:
zadam
2020-05-12 12:45:32 +02:00
parent b063b4c528
commit 30b9ef8604
3 changed files with 16 additions and 7 deletions

View File

@@ -30,6 +30,11 @@ class BasicWidget extends Component {
return this;
}
filling() {
this.css('flex-grow', '1');
return this;
}
hideInZenMode() {
this.class('hide-in-zen-mode');
return this;
@@ -109,4 +114,4 @@ class BasicWidget extends Component {
cleanup() {}
}
export default BasicWidget;
export default BasicWidget;