fix: Lock the grid when the UI is locked (#2489)

This commit is contained in:
Dermot Duffy
2026-06-30 17:45:13 -07:00
committed by dermotduffy
parent 881ba51e9f
commit 090138a01e
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ export class AdvancedCameraCardLiveGrid extends LitElement {
@property({ attribute: false })
public call?: CallSession;
@property({ attribute: false })
@property({ type: Boolean, reflect: true })
public locked?: boolean;
@property({ attribute: false, hasChanged: contentsChanged })