diff --git a/client/components/Reader/HistoryPage/HistoryPage.vue b/client/components/Reader/HistoryPage/HistoryPage.vue index ea24ec44..619220f2 100644 --- a/client/components/Reader/HistoryPage/HistoryPage.vue +++ b/client/components/Reader/HistoryPage/HistoryPage.vue @@ -43,6 +43,7 @@ placeholder="Найти"/-->
{ + this.$refs.input.focus(); + }); } updateTableData() { diff --git a/client/components/Reader/Reader.vue b/client/components/Reader/Reader.vue index 1f327133..40f9d51e 100644 --- a/client/components/Reader/Reader.vue +++ b/client/components/Reader/Reader.vue @@ -69,7 +69,7 @@ @stop-text-search="stopTextSearch"> - + @@ -415,6 +415,7 @@ class Reader extends Vue { this.historyActive = !this.historyActive; if (this.historyActive) { this.closeAllTextPages(); + this.$refs.historyPage.init(); this.historyActive = true; } else { this.historyActive = false; @@ -831,6 +832,8 @@ class Reader extends Vue { break; case 'KeyX': this.historyToggle(); + event.preventDefault(); + event.stopPropagation(); break; case 'KeyS': this.settingsToggle(); diff --git a/client/components/Reader/SettingsPage/SettingsPage.vue b/client/components/Reader/SettingsPage/SettingsPage.vue index d9440de4..e8e4090a 100644 --- a/client/components/Reader/SettingsPage/SettingsPage.vue +++ b/client/components/Reader/SettingsPage/SettingsPage.vue @@ -212,7 +212,9 @@ - Размер изображения + + Размер не более +