russellsamora / svelte-keyboard

Virtual keyboard component for Svelte
https://russellsamora.github.io/svelte-keyboard
MIT License
54 stars 9 forks source link

Fix spelling event.stopPropogation() #5

Closed JHethDev closed 2 years ago

JHethDev commented 2 years ago

On line 73 of Keyboard.svelte event.stopPropogation() should be event.stopPropagation()