You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Plugins: Add support for editor.scrollToText on desktop
This commit is contained in:
@ -127,14 +127,15 @@ export default class PostMessageService {
|
||||
}
|
||||
|
||||
if (!responder) {
|
||||
logger.warn('Cannot respond to message because no responder was found', message);
|
||||
logger.info('Cannot respond to message because no responder was found', message);
|
||||
logger.info('Error was:', error);
|
||||
} else {
|
||||
responder({
|
||||
responseId: message.id,
|
||||
response: responseContent,
|
||||
error,
|
||||
});
|
||||
}
|
||||
|
||||
responder({
|
||||
responseId: message.id,
|
||||
response: responseContent,
|
||||
error,
|
||||
});
|
||||
}
|
||||
|
||||
private responder(type: ResponderComponentType, viewId: string, windowId: string) {
|
||||
|
Reference in New Issue
Block a user