We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4c448 commit 8acedb0Copy full SHA for 8acedb0
1 file changed
www/src/Example.tsx
@@ -27,24 +27,6 @@ const Example = (props = {} as { mdStr: string }) => {
27
autoFocus
28
value={state.value}
29
overflow={state.overflow}
30
- components={{
31
- toolbar: (command, disabled, executeCommand) => {
32
- if (command.keyCommand === 'code') {
33
- return (
34
- <button
35
- aria-label="Insert title3"
36
- disabled={disabled}
37
- onClick={(evn) => {
38
- evn.stopPropagation();
39
- executeCommand(command, command.groupName);
40
- }}
41
- >
42
- btn
43
- </button>
44
- );
45
- }
46
- },
47
48
previewOptions={{
49
linkTarget: '_blank',
50
rehypePlugins: [
0 commit comments