wip
This commit is contained in:
parent
bc78c03e29
commit
8bc0b18e4f
2 changed files with 2 additions and 2 deletions
|
@ -170,7 +170,7 @@ const RichTextEditor: React.FC<RichTextEditorProps> = ({
|
|||
quote: Quote,
|
||||
strikethrough: createGenericInlineTool({
|
||||
sanitize: {
|
||||
s: true
|
||||
s: {}
|
||||
},
|
||||
shortcut: "CMD+S",
|
||||
tagName: "s",
|
||||
|
|
|
@ -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={{
|
||||
|
|
Loading…
Reference in a new issue