main
Jan Umbach 2024-06-28 18:07:06 +02:00
parent 91c112d058
commit 4cff4e2af9
1 changed files with 3 additions and 2 deletions

View File

@ -710,12 +710,13 @@
}
renderView(debounteTime = 1500) {
let currentTimeout = this.renderViewDebounce;
/*let currentTimeout = this.renderViewDebounce;
if(currentTimeout) {
clearTimeout(currentTimeout);
}
this.renderViewDebounce = setTimeout(this._renderView.bind(this), debounteTime);
this.renderViewDebounce = setTimeout(this._renderView.bind(this), debounteTime);*/
this._renderView();
}
_renderView() {