fix: auto closing when close local image uploading (#2767)

This commit is contained in:
Rozstone
2024-03-10 13:11:41 +08:00
committed by GitHub
parent 9beefd7d5a
commit b75d8ca621
5 changed files with 158 additions and 130 deletions

View File

@@ -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)}