Compare commits

...

2 Commits

2 changed files with 2 additions and 2 deletions

View File

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

View File

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