changes in note detail handling

This commit is contained in:
zadam
2020-02-12 22:09:25 +01:00
parent 25553c9e67
commit 789f62267c
5 changed files with 52 additions and 51 deletions

View File

@@ -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);
}
}