Skip to content

Commit

Permalink
intelligent positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
samlhuillier committed Nov 13, 2024
1 parent fa837e7 commit 5690753
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Editor/EditorManager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ const EditorManager: React.FC = () => {
className="flex gap-2 rounded-lg border border-gray-700 bg-dark-gray-c-eleven p-2 shadow-lg"
editor={editor}
tippyOptions={{
duration: 100,
duration: 1000,
placement: 'auto',
offset: [0, 10],
onHidden: () => {
setShowAIPopup(false)
},
Expand Down

0 comments on commit 5690753

Please sign in to comment.