Skip to content

Commit

Permalink
fix undo/redo dom structure
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Mar 4, 2024
1 parent fa77511 commit 1ba3a6e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/renderer/history/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@
{:onValueChange #(rf/dispatch [:history/move (keyword %)])
:disabled disabled?}
[:> Select/Trigger
{:class "select-trigger hover:top-0.5"
:aria-label label
{:aria-label label
:as-child true
:style {:background "transparent"
:width "16px"
:margin 0}}
[:> Select/Value ""]
[:> Select/Icon
[comp/icon "chevron-down" {:class "small"}]]]
[:div.h-full.hover:pt-1.flex.items-center
[:> Select/Value ""]
[:> Select/Icon
[comp/icon "chevron-down" {:class "small"}]]]]
[:> Select/Portal
[:> Select/Content
{:side "top"
Expand Down

0 comments on commit 1ba3a6e

Please sign in to comment.