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

Desktop: Resolves #12058: Fix pasting images in the Rich Text Editor (#12079)

This commit is contained in:
Henry Heino
2025-04-09 06:39:39 -07:00
committed by GitHub
parent 52ffd46a6a
commit a3be7b5222
2 changed files with 6 additions and 15 deletions

View File

@@ -60,7 +60,7 @@ export default function(editor: Editor, plugins: PluginStates, dispatch: Dispatc
useEffect(() => {
if (!editor) return () => {};
const contextMenuItems = menuItems(dispatch, htmlToMd, mdToHtml);
const contextMenuItems = menuItems(dispatch);
const targetWindow = bridge().activeWindow();
const makeMainMenuItems = (element: Element) => {