Compare commits

...

2 Commits

2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ const Search = {
},
methods: {
newQuery (query) {
if (this.lastQuery === query) {
if (this.lastQuery === query && !this.loading[this.currentResultTab]) {
// Handle search retries
this.lastQuery = "" // invalidate state
this.search(query)

View File

@ -684,7 +684,7 @@
"pause_on_unfocused": "タブにフォーカスがないときは更新を止める",
"play_videos_in_modal": "ビデオをメディアビューアーで見る",
"post_look_feel": "投稿の見た目",
"post_status_content_type": "投稿のコンテンタイプ",
"post_status_content_type": "投稿のコンテンタイプ",
"post_language": "投稿の言語",
"posts": "投稿",
"preload_images": "画像をあらかじめ読み込む",