From db5650e276a953b8ea8801dbcdcbf48c46c868da Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Fri, 18 Oct 2019 15:20:32 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B0=D1=8F=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Reader/ServerStorage/ServerStorage.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/components/Reader/ServerStorage/ServerStorage.vue b/client/components/Reader/ServerStorage/ServerStorage.vue index 45e2a239..023afcdf 100644 --- a/client/components/Reader/ServerStorage/ServerStorage.vue +++ b/client/components/Reader/ServerStorage/ServerStorage.vue @@ -533,8 +533,6 @@ class ServerStorage extends Vue { return; } } else if (result.state == 'success') { - //this.prevSavedItem = _.cloneDeep(bm.recent[itemKey]); - if (needSaveRecent && newRecent.rev) await this.setCachedRecent(newRecent); if (needSaveRecentPatch && newRecentPatch.rev)