reinstate connectedCallback (#957)

using the debouncer this time so no harm
This commit is contained in:
NovapaX 2018-02-28 18:19:09 +01:00 committed by Andrey
parent 9ca00d1c85
commit 5966e872cf

View File

@ -138,6 +138,14 @@
];
}
connectedCallback() {
super.connectedCallback();
this.filterChangedDebouncer(
this.filterType, this.entityId, this.startTime, this.endTime,
this.cacheConfig, this.localize, this.language
);
}
disconnectedCallback() {
if (this._refreshTimeoutId) {
window.clearInterval(this._refreshTimeoutId);