Преглед на файлове

fix: show class properties by default

Tienson Qin преди 1 година
родител
ревизия
73bbb54953
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/main/frontend/components/db_based/page.cljs

+ 1 - 1
src/main/frontend/components/db_based/page.cljs

@@ -170,7 +170,7 @@
             true)
       [:div.page-info {:on-mouse-over #(reset! *hover? true)
                        :on-mouse-leave #(reset! *hover? false)}
-       (when (or hover-or-expanded? has-tags? has-properties?)
+       (when (or hover-or-expanded? has-tags? has-properties? class?)
          [:div.fade-in.p-2 {:class (if (or @*hover? (not collapsed?))
                                      "border rounded"
                                      "border rounded border-transparent")}