fix: Fixed issue where Super note would convert whole line into tag even after closing menu
This commit is contained in:
@@ -90,7 +90,7 @@ const PositionedPopoverContent = ({
|
||||
onKeyDown={(event) => {
|
||||
if (event.key === 'Escape') {
|
||||
event.stopPropagation()
|
||||
togglePopover()
|
||||
togglePopover?.()
|
||||
if (anchorElement) {
|
||||
anchorElement.focus()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user