Skip to content

Commit

Permalink
Get rid of bubble menu for now
Browse files Browse the repository at this point in the history
There's nothing in it yet. If we decide to add stuff we can reenable it then.
  • Loading branch information
IsaacWoods committed Jul 24, 2024
1 parent b8ff4e3 commit 4ceb5d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/scenes/zettel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ function ZettelEditor(props: { id: number }) {
<MenuButton onClick={() => editor.chain().focus().setDetails().run() }>Details</MenuButton>
<MenuButton onClick={addZettelLink}>Zettel Link</MenuButton>
</FloatingMenu>
<BubbleMenu editor={editor}>
{/*<BubbleMenu editor={editor}>
This is a bubble menu
</BubbleMenu>
</BubbleMenu>*/}
</Flex>
: <></>}
</CenteredContent>
Expand Down

0 comments on commit 4ceb5d0

Please sign in to comment.