mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-10 02:46:38 +00:00
Update image-cropper-dialog.ts
This commit is contained in:
parent
4cb45d6313
commit
d04823b4c5
@ -39,6 +39,7 @@ export class HaImagecropperDialog extends LitElement {
|
|||||||
this._open = false;
|
this._open = false;
|
||||||
this._params = undefined;
|
this._params = undefined;
|
||||||
this._cropper?.destroy();
|
this._cropper?.destroy();
|
||||||
|
this._cropper = undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected updated(changedProperties: PropertyValues) {
|
protected updated(changedProperties: PropertyValues) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user