1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

iOS: Enable long-press menu (#6738)

This commit is contained in:
Henry Heino 2022-08-21 13:58:15 -07:00 committed by GitHub
parent 09ec77f904
commit 8ef9804cab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ export default function useSource(noteBody: string, noteMarkupLanguage: number,
resources: noteResources,
codeTheme: theme.codeThemeCss,
postMessageSyntax: 'window.joplinPostMessage_',
enableLongPress: shim.mobilePlatform() === 'android', // On iOS, there's already a built-on open/share menu
enableLongPress: true,
};
// Whenever a resource state changes, for example when it goes from "not downloaded" to "downloaded", the "noteResources"