Browse Source

Мелкая поправка

Book Pauk 5 years ago
parent
commit
db5650e276
1 changed files with 0 additions and 2 deletions
  1. 0 2
      client/components/Reader/ServerStorage/ServerStorage.vue

+ 0 - 2
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)