mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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) {
|
||||
this.async(() => this._delayedDialogOpen = true, 10);
|
||||
} else if (!newVal && this.stateObj) {
|
||||
moreInfoActions.deselectEntity();
|
||||
this.async(() => moreInfoActions.deselectEntity(), 10);
|
||||
this._delayedDialogOpen = false;
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user