diff --git a/src/Cherry.config.js b/src/Cherry.config.js index 6b5e6ce0..cdb04707 100644 --- a/src/Cherry.config.js +++ b/src/Cherry.config.js @@ -379,7 +379,6 @@ const defaultConfig = { */ // theme: 'dark', // light or dark showToolbar: true, // false:不展示顶部工具栏; true:展示工具栏; toolbars.showToolbar=false 与 toolbars.toolbar=false 等效 - subMenuHighlight: true, // 是否高亮子菜单 toolbar: [ 'bold', 'italic', diff --git a/types/cherry.d.ts b/types/cherry.d.ts index 324f684b..5e80acdb 100644 --- a/types/cherry.d.ts +++ b/types/cherry.d.ts @@ -599,8 +599,6 @@ export interface CherryToolbarsOptions