Skip to content

Commit

Permalink
feat(Editor.tsx): remove LocalPersistencePlugin
Browse files Browse the repository at this point in the history
The LocalPersistencePlugin was removed as it is no longer needed.
  • Loading branch information
ktun95 committed Feb 13, 2025
1 parent 8bd04f7 commit 99d8ec4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/editor/src/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,7 @@ const Editor = ({
<WidthTablePlugin />
<TableActionPlugin />
<HistoryPlugin />
{/* {content?.storageKey ? (
<LocalPersistencePlugin storageKey={content.storageKey} />
) : (
<></>
)} */}
<Grid container spacing={1} direction="column">
{/* <Grid item className={persistencePluginStyles.root}> */}
{toolbar ? <Grid item>{toolbar}</Grid> : <></>}
{editable ? (
<Grid item>
Expand Down

0 comments on commit 99d8ec4

Please sign in to comment.