Skip to content

Commit

Permalink
fix: selectable column header text
Browse files Browse the repository at this point in the history
  • Loading branch information
syusui-s committed Dec 9, 2024
1 parent 010d3f8 commit b21316d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/column/BasicColumnHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const BasicColumnHeader: Component<BasicColumnHeaderProps> = (props) => {
<h2 class="min-w-0 flex-1">
<button
type="button"
class="flex w-full items-center gap-1 ps-2"
class="flex w-full select-text items-center gap-1 ps-2"
onClick={() => props.onClickHeader?.()}
>
<Show when={props.icon} keyed>
Expand Down

0 comments on commit b21316d

Please sign in to comment.