mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-02 15:17:26 +02:00
always throttle render
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user