mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
remove appContext as copied dependency across components
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import TabAwareWidget from "./tab_aware_widget.js";
|
||||
|
||||
export default class TabCachingWidget extends TabAwareWidget {
|
||||
constructor(appContext, parent, widgetFactory) {
|
||||
super(appContext, parent);
|
||||
constructor(parent, widgetFactory) {
|
||||
super(parent);
|
||||
|
||||
this.widgetFactory = widgetFactory;
|
||||
this.widgets = {};
|
||||
|
||||
Reference in New Issue
Block a user