diff --git a/src/components/App.tsx b/src/components/App.tsx index df4d79ae2..bbaac3bdf 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -1403,7 +1403,7 @@ class App extends React.Component { 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) {