Browse Source

Up TS RichTextEditorAction. Closes #5357 (#5358)

pull/5399/head
Ben Peters 2 years ago
committed by GitHub
parent
commit
6707eb17d3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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