You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Mobile: Add support for plugin panels and dialogs (#10121)
This commit is contained in:
@ -17,7 +17,7 @@ const commandRuntime = (declaration: CommandDeclaration, editor: EditorControl)
|
||||
args = args.slice(1);
|
||||
}
|
||||
|
||||
if (!editor.supportsCommand(commandName)) {
|
||||
if (!(await editor.supportsCommand(commandName))) {
|
||||
logger.warn('Command not supported by editor: ', commandName);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user