From 92bc08207c9b25235876ab9517fb5b38dd745bdc Mon Sep 17 00:00:00 2001 From: David Luzar <5153846+dwelle@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:42:00 +0200 Subject: [PATCH] fix: remove incorrect check from index.html (#7867) --- excalidraw-app/index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/excalidraw-app/index.html b/excalidraw-app/index.html index 2e1fa1adbe..4d0e2eaa51 100644 --- a/excalidraw-app/index.html +++ b/excalidraw-app/index.html @@ -197,8 +197,6 @@
- <% if (typeof VITE_APP_DEV_DISABLE_LIVE_RELOAD != 'undefined' && - VITE_APP_DEV_DISABLE_LIVE_RELOAD != true) { %> - <% } %>