fix: disable selecting elements in navbar (#1147)
This commit is contained in:
parent
185bfd1ee3
commit
92b9746cd7
4 changed files with 4 additions and 2 deletions
|
@ -66,7 +66,7 @@ const noUserVisual = computed(() => isHydrated.value && props.userOnly && !curre
|
|||
<div :class="icon" text-xl />
|
||||
</slot>
|
||||
<slot>
|
||||
<span block sm:hidden xl:block>{{ isHydrated ? text : ' ' }}</span>
|
||||
<span block sm:hidden xl:block select-none>{{ isHydrated ? text : ' ' }}</span>
|
||||
</slot>
|
||||
</div>
|
||||
</CommonTooltip>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue