1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Desktop: Add 'Paste as text' to the Context menu of the Rich Text Editor (#7769)

This commit is contained in:
pedr
2023-02-15 10:59:32 -03:00
committed by GitHub
parent 7d7b7ed6f3
commit dd86940c6b
10 changed files with 63 additions and 29 deletions

View File

@@ -19,6 +19,7 @@ export interface ContextMenuOptions {
htmlToCopy: string;
insertContent: Function;
isReadOnly?: boolean;
fireEditorEvent: Function;
}
export interface ContextMenuItem {