mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-15 22:10:20 +00:00
Entity Registry UI (#921)
* Entity Registry UI * Tweak style in fullscreen * Fix UI comments * Fix imports * Change title margin * Fix graph rendering * More style fixes * Remove unused parameter
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
yPadding: '0'
|
||||
});
|
||||
if (!this._chart) {
|
||||
this.onPropsChange();
|
||||
requestAnimationFrame(() => requestAnimationFrame(() => this.onPropsChange()));
|
||||
}
|
||||
this._resizeListener = () => {
|
||||
this._debouncer = Polymer.Debouncer.debounce(
|
||||
|
||||
Reference in New Issue
Block a user