Alexandre Joly
Alexandre Joly
Hey guys, i have a problem. I have this : ` this.handleScrollWheel(value)} >` And I want to do something like : `handleScrollWheel = (value) => { this.context.scrollArea.scrollTop(); }` but for...
How I can render letter like **:),** **
Hello, it is possible to avoid the picker close action when we choose an emoji ?
I'm building modals with svelte-modals + shadcn-svelte and ran into an issue with exit animations. When a user closes a modal with close(value), I need to capture that value, play...