mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
components now track their parent
This commit is contained in:
@@ -15,7 +15,7 @@ class TabContext extends Component {
|
||||
* @param {string|null} tabId
|
||||
*/
|
||||
constructor(appContext, tabId = null) {
|
||||
super(appContext);
|
||||
super(appContext, parent);
|
||||
|
||||
this.tabId = tabId || utils.randomString(4);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user