Skip to content

Commit

Permalink
Add table cell menu back (#2958)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjbainbridge authored and acywatson committed Oct 18, 2022
1 parent ed87cb8 commit ba139c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/lexical-playground/src/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ import MentionsPlugin from './plugins/MentionsPlugin';
import PollPlugin from './plugins/PollPlugin';
import SpeechToTextPlugin from './plugins/SpeechToTextPlugin';
import TabFocusPlugin from './plugins/TabFocusPlugin';
import TableCellActionMenuPlugin from './plugins/TableActionMenuPlugin';
import TableOfContentsPlugin from './plugins/TableOfContentsPlugin';
import {TablePlugin as NewTablePlugin} from './plugins/TablePlugin';
import ToolbarPlugin from './plugins/ToolbarPlugin';
Expand Down Expand Up @@ -186,6 +187,7 @@ export default function Editor(): JSX.Element {
<>
<CodeActionMenuPlugin anchorElem={floatingAnchorElem} />
<FloatingLinkEditorPlugin anchorElem={floatingAnchorElem} />
<TableCellActionMenuPlugin anchorElem={floatingAnchorElem} />
<FloatingTextFormatToolbarPlugin
anchorElem={floatingAnchorElem}
/>
Expand Down

0 comments on commit ba139c4

Please sign in to comment.