mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-19 22:09:37 +00:00
fix: Fix selection behavior on badge.
This commit is contained in:
@@ -7,7 +7,7 @@ const { segments, segmentClass = 'px-6' } = defineProps<{
|
||||
|
||||
<template>
|
||||
<div
|
||||
class="font-formula-condensed flex h-9 items-stretch font-semibold lg:h-auto"
|
||||
class="font-formula-condensed flex h-9 items-stretch font-semibold **:select-none lg:h-auto"
|
||||
>
|
||||
<img
|
||||
src="/icons/node-left.svg"
|
||||
|
||||
Reference in New Issue
Block a user