mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
always throttle render
This commit is contained in:
parent
fd030de669
commit
c7346e3a77
1 changed files with 1 additions and 1 deletions
|
@ -1403,7 +1403,7 @@ class App extends React.Component<AppProps, AppState> {
|
|||
if(!this.state.shouldCacheIgnoreZoom) setTimeout(()=>console.log(`after renderScene`,now));
|
||||
},
|
||||
},
|
||||
THROTTLE_NEXT_RENDER && window.EXCALIDRAW_THROTTLE_RENDER === true,
|
||||
true || THROTTLE_NEXT_RENDER && window.EXCALIDRAW_THROTTLE_RENDER === true,
|
||||
);
|
||||
|
||||
if (!THROTTLE_NEXT_RENDER) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue