remove todo

This commit is contained in:
Mads Rasmussen
2023-02-16 14:37:28 +01:00
parent 396020b1fe
commit b6aeee25aa

View File

@@ -111,7 +111,6 @@ export class UmbEditLanguageWorkspaceViewElement extends UmbLitElement {
}
}
// TODO: move some of these methods to the context
#handleSearchChange(event: Event) {
const target = event.composedPath()[0] as UUIComboboxElement;
this._search = target.search;