mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
changes in note detail handling
This commit is contained in:
@@ -20,7 +20,7 @@ export default class TabCachingWidget extends TabAwareWidget {
|
||||
// stop propagation of the event to the children, individual tab widget should not know about tab switching
|
||||
// since they are per-tab
|
||||
if (name !== 'activeTabChanged') {
|
||||
super.triggerChildren(name, data);
|
||||
await super.triggerChildren(name, data);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user