🐛 (editor) Fix outside click not working in some cases
This commit is contained in:
@@ -148,6 +148,9 @@ const TextBubbleEditorContent = ({
|
||||
rememberedSelection.current = editor.selection
|
||||
},
|
||||
onKeyDown: handleKeyDown,
|
||||
onClick: () => {
|
||||
setIsVariableDropdownOpen(false)
|
||||
},
|
||||
}}
|
||||
/>
|
||||
{isVariableDropdownOpen && (
|
||||
|
||||
Reference in New Issue
Block a user