Update tree-picker-modal.element.ts
This commit is contained in:
@@ -33,6 +33,10 @@ export class UmbTreePickerModalElement<TreeItemType extends UmbTreeItemModelBase
|
||||
super();
|
||||
this.#api.selection.setSelectable(true);
|
||||
this.#observePickerSelection();
|
||||
}
|
||||
|
||||
override connectedCallback(): void {
|
||||
super.connectedCallback();
|
||||
this.#initCreateAction();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user