Skip to content

Commit

Permalink
[multi-select] Fix part style code for container
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelde committed Jan 28, 2025
1 parent 429c3cb commit f2ce03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/re_com/multi_select.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
[box/h-box
:src (at)
:class (str "rc-multi-select-container " (get-in parts [:container :class]))
:style (get-in parts [:container :class])
:style (get-in parts [:container :style])
:attr (get-in parts [:container :attr])
:height height
:max-height max-height
Expand Down

0 comments on commit f2ce03d

Please sign in to comment.