mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-05-14 07:50:50 +00:00
fix: checkbox oops
This commit is contained in:
parent
61b587f2b5
commit
65cff92b52
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ui",
|
"name": "ui",
|
||||||
"version": "6.4.138",
|
"version": "6.4.139",
|
||||||
"license": "BUSL-1.1",
|
"license": "BUSL-1.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@9.15.5",
|
"packageManager": "pnpm@9.15.5",
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,6 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class='w-full inset-0 h-full flex justify-center items-center' on:click|stopPropagation|stopImmediatePropagation|self={check}>
|
<div class='w-full inset-0 h-full flex justify-center items-center' on:click|stopPropagation|stopImmediatePropagation on:click|self={check}>
|
||||||
<Checkbox bind:checked={$checked} {...$$restProps} class='mx-4' />
|
<Checkbox bind:checked={$checked} {...$$restProps} class='mx-4' />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue