Merge branch 'remote' into niko

このコミットが含まれているのは:
Nikotile 2023-01-14 13:06:34 +09:00
コミット fe104378da
署名者: niko
GPGキーID: 5AE3CC9D7977786A
2個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -41,7 +41,7 @@ const ReactButton = {
},
focusInput () {
this.$nextTick(() => {
const input = this.$el.querySelector('input')
const input = document.querySelector('.reaction-picker-filter > input')
if (input) input.focus()
})
},

ファイルの表示

@ -153,7 +153,7 @@ const ProfileTab = {
return false
},
deleteField (index, event) {
this.$delete(this.newFields, index)
this.newFields.splice(index, 1)
},
uploadFile (slot, e) {
const file = e.target.files[0]