fix: Fixed issue where Super note would convert whole line into tag even after closing menu
This commit is contained in:
@@ -75,7 +75,7 @@ const Popover = ({
|
||||
|
||||
if (open) {
|
||||
removeListener = addAndroidBackHandler(() => {
|
||||
togglePopover()
|
||||
togglePopover?.()
|
||||
return true
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user