Skip to content

Commit

Permalink
fix: disable user-select on StatusActionButton component (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
ushuz authored Jan 28, 2023
1 parent 7d127d3 commit fda85e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/status/StatusActionButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ useCommand({
<component
:is="as"
v-bind="$attrs" ref="el"
w-fit flex gap-1 items-center transition-all
w-fit flex gap-1 items-center transition-all select-none
rounded group
:hover=" !disabled ? hover : undefined"
focus:outline-none
Expand Down

0 comments on commit fda85e3

Please sign in to comment.