소스 검색

Улучшение встраивания в liberama

Book Pauk 2 년 전
부모
커밋
070c667605
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      client/components/Search/Search.vue

+ 1 - 0
client/components/Search/Search.vue

@@ -593,6 +593,7 @@ class Search {
                     this.list.liberamaReady = true;
                     this.sendMessage({type: 'mes', data: 'ready'});
                     this.sendCurrentUrl();
+                    this.makeTitle();
                     break;
             }
         }