Skip to content

Commit

Permalink
on hide
Browse files Browse the repository at this point in the history
  • Loading branch information
samlhuillier committed Nov 13, 2024
1 parent cd761f3 commit 1258003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor/EditorManager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const EditorManager: React.FC = () => {
editor={editor}
tippyOptions={{
duration: 100,
onShown: () => {
onHidden: () => {
setShowAIPopup(false)
},
}}
Expand Down

0 comments on commit 1258003

Please sign in to comment.