mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-13 03:21:20 +00:00
Fixed bug: avatar would not selected sometimes
This commit is contained in:
parent
fea088bee9
commit
b0374d9ce2
2 changed files with 2 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ export default {
|
|||
},
|
||||
avatarChangeEvent(e) {
|
||||
if (!this.googleDriveLinked) {
|
||||
event.target.value = "";
|
||||
return this.$store.dispatch("setPopoutVisibility", {
|
||||
name: "GDLinkMenu",
|
||||
visibility: true
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@ export default {
|
|||
},
|
||||
avatarChangeEvent(event) {
|
||||
if (!this.googleDriveLinked) {
|
||||
event.target.value = "";
|
||||
return this.$store.dispatch("setPopoutVisibility", {
|
||||
name: "GDLinkMenu",
|
||||
visibility: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue