You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Desktop, mobile: Add support for Joplin Cloud email to note functionality (#8460)
This commit is contained in:
@ -132,6 +132,10 @@ export class EventManager {
|
||||
}
|
||||
}
|
||||
|
||||
public once(eventName: string, callback: any) {
|
||||
return this.emitter_.once(eventName, callback);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const eventManager = new EventManager();
|
||||
|
Reference in New Issue
Block a user