refactor: prevent layout shift on tags mode change

This commit is contained in:
zhom
2025-08-15 19:37:36 +04:00
parent 3b78fea62a
commit ff9ad0a5ad
+4 -1
View File
@@ -274,7 +274,10 @@ const TagsCell = React.memo<{
return (
<div
className={cn("w-48", isDisabled && "opacity-60 pointer-events-none")}
className={cn(
"w-48 h-8",
isDisabled && "opacity-60 pointer-events-none",
)}
>
<div ref={editorRef}>
<MultipleSelector