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)