shx-3d-render

main
Jan Umbach 2024-06-22 10:08:12 +02:00
parent e2f9c16ce3
commit 7f26248bbb
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@
clearTimeout(currentTimeout); clearTimeout(currentTimeout);
} }
this.renderViewDebounce = setTimeout(this._renderView.bind(this), 500); this.renderViewDebounce = setTimeout(this._renderView.bind(this), 50);
} }
_renderView() { _renderView() {