Skip to content

Commit 4cb399d

Browse files
#8318 Fix the showHeader default value of Editor (#8319)
* Fix the showHeader default value of Editor * Fix @DefaultValue of editor.d.ts
1 parent 05c7611 commit 4cb399d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/lib/editor/editor.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export interface EditorProps extends Omit<React.DetailedHTMLProps<React.InputHTM
137137
theme?: string | undefined;
138138
/**
139139
* Whether to show the header of editor.
140-
* @defaultValue false
140+
* @defaultValue true
141141
*/
142142
showHeader?: boolean | undefined;
143143
/**

0 commit comments

Comments
 (0)