Initial code for major engine refactor.
This commit is contained in:
@@ -126,7 +126,7 @@ export class FrigateCardDrawer extends LitElement {
|
||||
</div>
|
||||
`
|
||||
: ''}
|
||||
<slot ${ref(this._refSlot)} @slotchange=${this._slotChanged.bind(this)}></slot>
|
||||
<slot ${ref(this._refSlot)} @slotchange=${() => this._slotChanged()}></slot>
|
||||
</side-drawer>
|
||||
`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user