1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-23 23:33:01 +02:00
This commit is contained in:
Laurent Cozic
2021-06-26 18:18:10 +01:00
parent 400ede122d
commit 05e4b32d9b
41 changed files with 284 additions and 109 deletions

View File

@@ -51,4 +51,8 @@ export default class FileHandler {
this.valueJsonCache_ = json;
}
public async clearCache() {
this.valueJsonCache_ = null;
}
}