1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

eslint: oopsy comma operator

This commit is contained in:
lemonslut 2025-06-07 22:12:05 -06:00
parent 5b43e84bab
commit 45fb6e963a
No known key found for this signature in database

View file

@ -232,7 +232,7 @@ export default {
id: val.id,
name: val.name,
src: val.src
},
};
this.$emit('input', this.val);
if ( close )
this.open = false;
@ -256,4 +256,4 @@ export default {
}
}
</script>
</script>