perf(ui): debounce render wait = 300ms

This commit is contained in:
psychedelicious 2024-04-23 10:42:58 +10:00
parent 24dbb65ebb
commit 75a548e3eb

View File

@ -528,7 +528,7 @@ const background = (stage: Konva.Stage, width: number, height: number) => {
background.fillPatternOffset(stagePos);
};
const DEBOUNCE_MS = 100;
const DEBOUNCE_MS = 300;
export const renderers = {
toolPreview,