mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-24 17:11:43 +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) {
|
avatarChangeEvent(e) {
|
||||||
if (!this.googleDriveLinked) {
|
if (!this.googleDriveLinked) {
|
||||||
|
event.target.value = "";
|
||||||
return this.$store.dispatch("setPopoutVisibility", {
|
return this.$store.dispatch("setPopoutVisibility", {
|
||||||
name: "GDLinkMenu",
|
name: "GDLinkMenu",
|
||||||
visibility: true
|
visibility: true
|
||||||
|
|
|
||||||
|
|
@ -78,6 +78,7 @@ export default {
|
||||||
},
|
},
|
||||||
avatarChangeEvent(event) {
|
avatarChangeEvent(event) {
|
||||||
if (!this.googleDriveLinked) {
|
if (!this.googleDriveLinked) {
|
||||||
|
event.target.value = "";
|
||||||
return this.$store.dispatch("setPopoutVisibility", {
|
return this.$store.dispatch("setPopoutVisibility", {
|
||||||
name: "GDLinkMenu",
|
name: "GDLinkMenu",
|
||||||
visibility: true
|
visibility: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue