mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
debug total render size
This commit is contained in:
parent
a26e8bade8
commit
808e4711f9
4 changed files with 47 additions and 34 deletions
|
@ -136,7 +136,7 @@ export const throttleRAF = <T extends any[]>(
|
|||
let lastArgs: T | null = null;
|
||||
let lastArgsTrailing: T | null = null;
|
||||
let watchdog: number | null = null;
|
||||
|
||||
|
||||
const scheduleFunc = (args: T) => {
|
||||
timerId = window.requestAnimationFrame(() => {
|
||||
timerId = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue