Skip to content

Commit

Permalink
chore: remove override of RichTextWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Jul 28, 2023
1 parent f1b07d4 commit 31d3b80
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 83 deletions.
79 changes: 0 additions & 79 deletions src/RichTextWidget.jsx

This file was deleted.

4 changes: 0 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import installStatisticBlock from './StatisticBlock';
import RichTextWidget from './RichTextWidget';

const applyConfig = (config) => {
config.widgets.widget.slate = RichTextWidget;
config.widgets.widget.slate_richtext = RichTextWidget;

return [installStatisticBlock].reduce((acc, apply) => apply(acc), config);
};

Expand Down

0 comments on commit 31d3b80

Please sign in to comment.