File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ export const MarkdownEditorUpdate = (
35
35
padding : 0 ,
36
36
width : '100%' ,
37
37
} }
38
+ toc = { false }
38
39
readonly
39
40
contentStyle = { {
40
41
padding : 0 ,
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ export const TableSql = (
98
98
padding : 0 ,
99
99
width : '100%' ,
100
100
} }
101
+ toc = { false }
101
102
editorRef = { editorRef }
102
103
contentStyle = { {
103
104
padding : 0 ,
@@ -258,6 +259,7 @@ export const TableSql = (
258
259
padding : 0 ,
259
260
width : '100%' ,
260
261
} }
262
+ toc = { false }
261
263
readonly
262
264
contentStyle = { {
263
265
padding : 0 ,
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ export const ToolCall = (
107
107
width : '100%' ,
108
108
background : '#FFF' ,
109
109
} }
110
+ toc = { false }
110
111
readonly = { false }
111
112
contentStyle = { {
112
113
padding : 0 ,
@@ -259,6 +260,7 @@ export const ToolCall = (
259
260
padding : 0 ,
260
261
width : '100%' ,
261
262
} }
263
+ toc = { false }
262
264
readonly
263
265
contentStyle = { {
264
266
padding : 0 ,
@@ -364,6 +366,7 @@ export const ToolCall = (
364
366
padding : 0 ,
365
367
width : '100%' ,
366
368
} }
369
+ toc = { false }
367
370
readonly
368
371
contentStyle = { {
369
372
padding : 0 ,
You can’t perform that action at this time.
0 commit comments