fix(editor): call throttleRAF with lastArgs and remove trailing (#10905)

Co-authored-by: Varun Chawla <varun_6april@hotmail.com>
Co-authored-by: aziamimoh <aziamimoh@users.noreply.github.com>
Co-authored-by: pgzcoa <pgzcoa@users.noreply.github.com>
Co-authored-by: TinaZhang24 <TinaZhang24@users.noreply.github.com>
This commit is contained in:
David Luzar
2026-03-06 20:40:36 +01:00
committed by GitHub
co-authored by Varun Chawla aziamimoh pgzcoa TinaZhang24
parent a0e93b6040
commit 757dfeb6ad
4 changed files with 11 additions and 21 deletions
@@ -414,7 +414,6 @@ export const debugRenderer = throttleRAF(
) => {
_debugRenderer(canvas, appState, elements, scale);
},
{ trailing: true },
);
export const loadSavedDebugState = () => {