Add editor support for performance profile.

This commit is contained in:
Dermot Duffy
2022-10-08 10:13:32 -07:00
parent 3aadfd2252
commit b663772a52
7 changed files with 158 additions and 46 deletions
-3
View File
@@ -103,9 +103,6 @@ export class FrigateCardSurround extends LitElement {
?.evolve({
target: parent,
childIndex: null,
// Don't carry over history of this 'empty' view.
previous: null,
})
.dispatchChangeEvent(this);
}