fix: disable render throttling by default & during resize (#5451)

This commit is contained in:
David Luzar
2022-07-16 11:36:55 +02:00
committed by GitHub
parent df14c69977
commit 5bc40402a6
11 changed files with 66 additions and 14 deletions
+1
View File
@@ -14,6 +14,7 @@ interface Window {
__EXCALIDRAW_SHA__: string | undefined;
EXCALIDRAW_ASSET_PATH: string | undefined;
EXCALIDRAW_EXPORT_SOURCE: string;
EXCALIDRAW_THROTTLE_RENDER: boolean | undefined;
gtag: Function;
}