mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
small fixes
This commit is contained in:
@@ -36,6 +36,12 @@ export default class TabAwareWidget extends BasicWidget {
|
||||
}
|
||||
}
|
||||
|
||||
noteTypeMimeChangedEvent({noteId}) {
|
||||
if (this.noteId === noteId) {
|
||||
this.refresh();
|
||||
}
|
||||
}
|
||||
|
||||
noteSwitched() {
|
||||
this.refresh();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user