Compare commits

..

No commits in common. "3754fa1e86123cf87de1acc4d8fbf274d9008120" and "c889e88e450502dc9acfc2fcc8f35aaafbb84df8" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ const Search = {
},
methods: {
newQuery (query) {
if (this.lastQuery === query && !this.loading[this.currentResultTab]) {
if (this.lastQuery === query) {
// 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": "画像をあらかじめ読み込む",