mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
smaller fixes
This commit is contained in:
@@ -37,6 +37,10 @@ export default class TabCachingWidget extends TabAwareWidget {
|
||||
}
|
||||
|
||||
widget.toggle(true);
|
||||
|
||||
// stop propagation of the event to the children, individual tab widget should not know about tab switching
|
||||
// since they are per-tab
|
||||
return false;
|
||||
}
|
||||
|
||||
tabRemovedListener({tabId}) {
|
||||
|
||||
Reference in New Issue
Block a user