reset flag
This commit is contained in:
@@ -122,6 +122,7 @@ export abstract class UmbTreeItemContextBase<TreeItemType extends UmbTreeItemMod
|
||||
this.#observeIsSelectable();
|
||||
this.#observeIsSelected();
|
||||
this.#observeSectionPath();
|
||||
this.#hasChildrenInitValueFlag = false;
|
||||
this.#observeHasChildren();
|
||||
}
|
||||
|
||||
@@ -178,6 +179,7 @@ export abstract class UmbTreeItemContextBase<TreeItemType extends UmbTreeItemMod
|
||||
this.treeContext = treeContext;
|
||||
this.#observeIsSelectable();
|
||||
this.#observeIsSelected();
|
||||
this.#hasChildrenInitValueFlag = false;
|
||||
this.#observeHasChildren();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user