remove need for spinner on additional clicks - visual diff is actually very nice
This commit is contained in:
parent
e5e3a9a3d0
commit
bab8af9bc4
1 changed files with 0 additions and 2 deletions
|
@ -25,8 +25,6 @@
|
|||
},
|
||||
methods: {
|
||||
fetchBuilds(e) {
|
||||
if (this.builds) this.builds = '';
|
||||
|
||||
const areaExpanded = e.currentTarget.attributes['aria-expanded'];
|
||||
|
||||
if (areaExpanded && (areaExpanded.textContent === 'true')) return null;
|
||||
|
|
Loading…
Reference in a new issue