1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +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:
Laurent Cozic
2019-09-27 18:12:28 +00:00
parent 1836b9a0b0
commit c9098b0489
6 changed files with 60 additions and 37 deletions

View File

@ -362,6 +362,10 @@ function shimInit() {
bridge().openExternal(url);
};
shim.isTestingEnv = () => {
return process.env.NODE_ENV === 'testing';
};
shim.waitForFrame = () => {};
}