You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
All: Improves deletion fail-safe so it is based on percentage of notes deleted. And display warning on sidebar.
This commit is contained in:
@@ -362,6 +362,10 @@ function shimInit() {
|
||||
bridge().openExternal(url);
|
||||
};
|
||||
|
||||
shim.isTestingEnv = () => {
|
||||
return process.env.NODE_ENV === 'testing';
|
||||
};
|
||||
|
||||
shim.waitForFrame = () => {};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user