소스 검색

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

Book Pauk 5 년 전
부모
커밋
db5650e276
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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)