fix: disable user-select on StatusActionButton component (#1281)

This commit is contained in:
John HU 2023-01-28 14:17:26 -08:00 committed by GitHub
parent 7d127d397a
commit fda85e31bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ useCommand({
<component <component
:is="as" :is="as"
v-bind="$attrs" ref="el" 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 rounded group
:hover=" !disabled ? hover : undefined" :hover=" !disabled ? hover : undefined"
focus:outline-none focus:outline-none