🐛 (editor) Fix outside click not working in some cases

This commit is contained in:
Baptiste Arnaud
2023-01-26 10:08:33 +01:00
parent 01c9691175
commit 0fc82cf73b
3 changed files with 6 additions and 4 deletions

View File

@@ -148,6 +148,9 @@ const TextBubbleEditorContent = ({
rememberedSelection.current = editor.selection
},
onKeyDown: handleKeyDown,
onClick: () => {
setIsVariableDropdownOpen(false)
},
}}
/>
{isVariableDropdownOpen && (