Trim last space of Button classes
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
const classes = [
|
||||
'button',
|
||||
$$props.class
|
||||
].join(' ')
|
||||
].join(' ').trim()
|
||||
</script>
|
||||
|
||||
{#if tag === 'button'}
|
||||
|
||||
Reference in New Issue
Block a user