mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: disable render throttling by default & during resize (#5451)
This commit is contained in:
parent
df14c69977
commit
5bc40402a6
11 changed files with 66 additions and 14 deletions
|
@ -83,6 +83,8 @@ import { jotaiStore, useAtomWithInitialValue } from "../jotai";
|
|||
import { reconcileElements } from "./collab/reconciliation";
|
||||
import { parseLibraryTokensFromUrl, useHandleLibrary } from "../data/library";
|
||||
|
||||
window.EXCALIDRAW_THROTTLE_RENDER = true;
|
||||
|
||||
const isExcalidrawPlusSignedUser = document.cookie.includes(
|
||||
COOKIES.AUTH_STATE_COOKIE,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue