1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Electron: Fixed issue with conflict folder and fixed sync tests

This commit is contained in:
Laurent Cozic
2017-11-12 18:57:59 +00:00
parent f8bcb56964
commit be77f15ef7
10 changed files with 41 additions and 15 deletions

View File

@@ -124,7 +124,7 @@ class Tag extends BaseItem {
}
static async save(o, options = null) {
if (options.userSideValidation) {
if (options && options.userSideValidation) {
if ('title' in o) {
o.title = o.title.trim().toLowerCase();
}