fix: the input field of tool panel not worked as expected (#6003)
This commit is contained in:
@@ -191,6 +191,7 @@ const SimpleSelect: FC<ISelectProps> = ({
|
||||
onClick={(e) => {
|
||||
e.stopPropagation()
|
||||
setSelectedItem(null)
|
||||
onSelect({ value: null })
|
||||
}}
|
||||
className="h-5 w-5 text-gray-400 cursor-pointer"
|
||||
aria-hidden="false"
|
||||
|
Reference in New Issue
Block a user