Fixed Icon Picker Closing Bug (#1553)
Signed-off-by: Adithya Krishna <aadithya794@gmail.com>
This commit is contained in:
parent
341febe84a
commit
dfbf9bc72a
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ function SubMenuOption(props: SubMenuOptionProps): JSX.Element {
|
|||
setIsOpen(true)
|
||||
}, 50)
|
||||
}}
|
||||
onMouseLeave={() => setIsOpen(false)}
|
||||
onClick={(e: React.MouseEvent) => {
|
||||
e.preventDefault()
|
||||
e.stopPropagation()
|
||||
|
|
Loading…
Reference in a new issue