From 7c0239e693be2bd0274244fc55c943a7566bf531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20Tolm=C3=A1cs?= Date: Mon, 4 Nov 2024 17:54:00 +0100 Subject: [PATCH] fix: Console error in dev mode due to missing font path in non-prod (#8756) Fix console error due to missing font path in dev mode reported by Firefox. --- excalidraw-app/index.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/excalidraw-app/index.html b/excalidraw-app/index.html index 83fac29322..4d5af32d66 100644 --- a/excalidraw-app/index.html +++ b/excalidraw-app/index.html @@ -118,12 +118,6 @@ - <% } else { %> - - <% } %> - + <% } else { %> + + <% } %> + @@ -212,6 +212,7 @@
+ <% if (typeof PROD != 'undefined' && PROD == true) { %> + <% } %>