You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Tools: Replace Jasmine with Jest to run tests
This commit is contained in:
@ -413,6 +413,10 @@ export default class KeymapService extends BaseService {
|
||||
|
||||
private static instance_:KeymapService = null;
|
||||
|
||||
public static destroyInstance() {
|
||||
this.instance_ = null;
|
||||
}
|
||||
|
||||
public static instance():KeymapService {
|
||||
if (this.instance_) return this.instance_;
|
||||
|
||||
|
Reference in New Issue
Block a user