Fixed bug: avatar would not selected sometimes

This commit is contained in:
supertiger1234 2019-10-04 09:40:57 +01:00
parent fea088bee9
commit b0374d9ce2
2 changed files with 2 additions and 0 deletions

View file

@ -100,6 +100,7 @@ export default {
},
avatarChangeEvent(e) {
if (!this.googleDriveLinked) {
event.target.value = "";
return this.$store.dispatch("setPopoutVisibility", {
name: "GDLinkMenu",
visibility: true

View file

@ -78,6 +78,7 @@ export default {
},
avatarChangeEvent(event) {
if (!this.googleDriveLinked) {
event.target.value = "";
return this.$store.dispatch("setPopoutVisibility", {
name: "GDLinkMenu",
visibility: true