mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-04-26 13:56:29 +02:00
refactor: prevent layout shift on tags mode change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user