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:
parent
09ec77f904
commit
8ef9804cab
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user