Skip to content

Commit 83ad90f

Browse files
committed
build: v1.4.1 release (^.^)YYa!!
1 parent 4b54f73 commit 83ad90f

File tree

6 files changed

+2102
-2015
lines changed

6 files changed

+2102
-2015
lines changed

dist/index.cjs

Lines changed: 89 additions & 89 deletions
Large diffs are not rendered by default.

dist/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export declare class AiEditor {
7878
insert(content: any): this;
7979
insertMarkdown(content: string): this;
8080
setEditable(editable: boolean): this;
81-
setContent(content: string): this;
81+
setContent(content: string, focus?: boolean): this;
8282
setMarkdownContent(content: string): this;
8383
clear(): this;
8484
isEmpty(): boolean;
@@ -126,6 +126,7 @@ export declare type AiEditorOptions = {
126126
alwaysEnabledToolbarKeys?: string[];
127127
toolbarExcludeKeys?: DefaultToolbarKey[];
128128
toolbarSize?: 'small' | 'medium' | 'large';
129+
toolbarTipEnable?: boolean;
129130
draggable?: boolean;
130131
htmlPasteConfig?: HtmlPasteConfig;
131132
codeBlock?: {

0 commit comments

Comments
 (0)