mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-29 04:10:02 +02:00
debug
This commit is contained in:
@@ -805,6 +805,7 @@ const renderSceneThrottled = throttleRAF(
|
||||
callback?: (data: ReturnType<typeof _renderScene>) => void;
|
||||
}) => {
|
||||
const ret = _renderScene(config);
|
||||
if(!config.appState.shouldCacheIgnoreZoom) console.log(`renderScene 2 throttled`, config.callback)
|
||||
config.callback?.(ret);
|
||||
},
|
||||
{ trailing: true },
|
||||
|
Reference in New Issue
Block a user