mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-26 18:58:21 +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,
|
resources: noteResources,
|
||||||
codeTheme: theme.codeThemeCss,
|
codeTheme: theme.codeThemeCss,
|
||||||
postMessageSyntax: 'window.joplinPostMessage_',
|
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"
|
// Whenever a resource state changes, for example when it goes from "not downloaded" to "downloaded", the "noteResources"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user