You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Android: Plugin API: Support clipboard.availableFormats (#10209)
This commit is contained in:
@@ -86,6 +86,7 @@ export default class PlatformImplementation extends BasePlatformImplementation {
|
||||
return {
|
||||
readText: () => Clipboard.getString(),
|
||||
writeText: (text: string) => Clipboard.setString(text),
|
||||
availableFormats: () => ['text/plain'],
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user