mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-11 22:16:59 +00:00
make adventurer choice closeable by clicking on the slot again
This commit is contained in:
@@ -70,7 +70,9 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
closeSelect() {
|
closeSelect() {
|
||||||
|
setTimeout(() => {
|
||||||
this.selection = false;
|
this.selection = false;
|
||||||
|
}, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user