Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/elements/content-preview/ContentPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,14 @@ class ContentPreview extends React.PureComponent<Props, State> {
showProgress: false,
skipServerUpdate: true,
useHotkeys: false,
/* NOTES:
- Add features option to pass to box-content-preview like is done when passing feature configurations to BUIE
*/
features: {
newPlainText: {
enabled: true,
},
},
};
const { Preview } = global.Box;
this.preview = new Preview();
Expand Down