no need for this clear

This commit is contained in:
Niels Lyngsø
2024-02-08 10:41:57 +01:00
parent 70a26df4c6
commit 258f0c8604

View File

@@ -46,7 +46,7 @@ export class UmbBackofficeModalContainerElement extends UmbLitElement {
});
if (this._modals.length === 0) {
this._modalElementMap.clear();
//this._modalElementMap.clear(); // should not make a difference now that we clean it above. [NL]
return;
}