From 905eb303bce149b790d5edbc8fccf00f04827f4e Mon Sep 17 00:00:00 2001 From: zadam Date: Thu, 28 Mar 2019 21:17:40 +0100 Subject: [PATCH] fix protected note switching --- src/entities/note.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/entities/note.js b/src/entities/note.js index 525d278be..9253644fa 100644 --- a/src/entities/note.js +++ b/src/entities/note.js @@ -720,6 +720,7 @@ class Note extends Entity { delete pojo.isContentAvailable; delete pojo.__attributeCache; delete pojo.content; + delete pojo.contentHash; } async afterSaving() {