mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 10:16:46 +00:00
Prevent re-render just before hiding more info modal
This commit is contained in:
parent
77a2f3ace3
commit
31fb734c5b
@ -118,7 +118,7 @@ export default new Polymer({
|
|||||||
if (newVal) {
|
if (newVal) {
|
||||||
this.async(() => this._delayedDialogOpen = true, 10);
|
this.async(() => this._delayedDialogOpen = true, 10);
|
||||||
} else if (!newVal && this.stateObj) {
|
} else if (!newVal && this.stateObj) {
|
||||||
moreInfoActions.deselectEntity();
|
this.async(() => moreInfoActions.deselectEntity(), 10);
|
||||||
this._delayedDialogOpen = false;
|
this._delayedDialogOpen = false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user