This commit is contained in:
dominik-zeglen 2020-11-05 15:16:39 +01:00
parent bc78c03e29
commit 8bc0b18e4f
2 changed files with 2 additions and 2 deletions

View file

@ -170,7 +170,7 @@ const RichTextEditor: React.FC<RichTextEditorProps> = ({
quote: Quote,
strikethrough: createGenericInlineTool({
sanitize: {
s: true
s: {}
},
shortcut: "CMD+S",
tagName: "s",

View file

@ -17,7 +17,7 @@ export const Decorator = storyFn => (
>
<DateProvider value={+new Date("2018-08-07T14:30:44+00:00")}>
<TimezoneProvider value="America/New_York">
<ThemeProvider isDefaultDark={true}>
<ThemeProvider isDefaultDark={false}>
<MessageManagerProvider>
<div
style={{