This commit is contained in:
tintinweb
2026-03-17 18:46:39 +01:00
parent c6769fdab1
commit ccddf93590
10 changed files with 160 additions and 46 deletions
+4
View File
@@ -75,6 +75,10 @@ export class TaskWidget {
constructor(private store: TaskStore) {}
setStore(store: TaskStore) {
this.store = store;
}
setUICtx(ctx: UICtx) {
this.uiCtx = ctx;
}