fix: Lock the grid when the UI is locked (#2489)
This commit is contained in:
committed by
dermotduffy
parent
881ba51e9f
commit
090138a01e
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user