You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-27 23:28:38 +02:00
Plugins: Allow posting messages from plugin to webview (#5569)
This commit is contained in:
@ -44,4 +44,8 @@ export default class ViewController {
|
||||
console.info('Calling ViewController.emitMessage - but not implemented', event);
|
||||
}
|
||||
|
||||
public postMessage(message: any) {
|
||||
console.info('Calling ViewController.postMessage - but not implemented', message);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user