fix: disable selecting elements in user switcher (#1219)
This commit is contained in:
parent
5354e58c2d
commit
c4c15cf1c2
3 changed files with 3 additions and 1 deletions
|
@ -42,6 +42,7 @@ useCommand({
|
|||
<div
|
||||
v-bind="$attrs" ref="el"
|
||||
flex gap-3 items-center cursor-pointer px4 py3
|
||||
select-none
|
||||
hover-bg-active
|
||||
:aria-label="text"
|
||||
@click="handleClick"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue