1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-07 22:03:09 +02:00

Mobile: Made tag UI a dialog

This commit is contained in:
Laurent Cozic
2018-03-17 23:00:01 +00:00
parent d6f7893c56
commit ca3946689a
7 changed files with 55 additions and 50 deletions

View File

@@ -17,7 +17,7 @@ class FsDriverRN extends FsDriverBase {
// same as rm -rf
async remove(path) {
throw new Error('Not implemented');
return await this.unlink(path);
}
writeBinaryFile(path, content) {