Browse Source

Merge branch 'dev' of https://github.com/artf/grapesjs into dev

pull/5399/head
Artur Arseniev 2 years ago
parent
commit
3d9c48c1aa
  1. 2
      src/rich_text_editor/model/RichTextEditor.ts

2
src/rich_text_editor/model/RichTextEditor.ts

@ -9,7 +9,7 @@ import { getModel } from '../../utils/mixins';
export interface RichTextEditorAction {
name: string;
icon: string;
icon: string | HTMLElement;
event?: string;
attributes?: Record<string, any>;
result: (rte: RichTextEditor, action: RichTextEditorAction) => void;

Loading…
Cancel
Save