Add key signup, improve message listening
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<script lang="ts">
|
||||
import {sleep} from '@welshman/lib'
|
||||
|
||||
export let delay = 1
|
||||
</script>
|
||||
|
||||
{#await sleep(delay)}
|
||||
<!-- pass -->
|
||||
{:then}
|
||||
<slot />
|
||||
{/await}
|
||||
Reference in New Issue
Block a user