Skip to content

Commit

Permalink
fix(storybook): fix emoji popup rendering underneath editor (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
whawker committed Mar 29, 2022
1 parent 39483e4 commit eb16fe2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export const PlainText = () => {
return (
<ThemeProvider>
<Remirror manager={manager} initialContent={state} autoFocus>
<EmojiPopupComponent />
<EditorComponent />
<EmojiPopupComponent />
</Remirror>
</ThemeProvider>
);
Expand Down

1 comment on commit eb16fe2

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://remirror.io as production
🚀 Deployed on https://6242efe3d52b3d66f5b884fc--remirror.netlify.app

Please sign in to comment.