From fea14e9ea69e25abc2eb71e1e9b240d2652ddc59 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 22 Feb 2024 11:55:09 +0100 Subject: [PATCH] :bug: Fix switch inspect from html to svg --- frontend/src/app/main/ui/viewer/inspect/code.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/main/ui/viewer/inspect/code.cljs b/frontend/src/app/main/ui/viewer/inspect/code.cljs index 6baa45ef9..a4e44ca43 100644 --- a/frontend/src/app/main/ui/viewer/inspect/code.cljs +++ b/frontend/src/app/main/ui/viewer/inspect/code.cljs @@ -184,6 +184,7 @@ set-markup (mf/use-callback + (mf/deps markup-type*) (fn [value] (reset! markup-type* value)))