fix: auto closing when close local image uploading (#2767)
This commit is contained in:
@@ -30,6 +30,7 @@ const ImageLinkInput: FC<ImageLinkInputProps> = ({
|
||||
return (
|
||||
<div className='flex items-center pl-1.5 pr-1 h-8 border border-gray-200 bg-white shadow-xs rounded-lg'>
|
||||
<input
|
||||
type="text"
|
||||
className='grow mr-0.5 px-1 h-[18px] text-[13px] outline-none appearance-none'
|
||||
value={imageLink}
|
||||
onChange={e => setImageLink(e.target.value)}
|
||||
|
Reference in New Issue
Block a user