Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
r
radicle-explorer
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
2400
Issues
36
Patches
365
Jobs
Commits
›
21ae1210ccea89b885c9798f119cecc14b93543a
Stop `TextInput` `keydown` event propagation
l2ig
committed
3 years ago
commit 21ae1210ccea89b885c9798f119cecc14b93543a
parent
c81e2862ab9a165e8d1e6aae73b7ac13115653e6
1 file changed
+1
-1
modified
src/TextInput.svelte
@@ -83,7 +83,7 @@
{disabled}
bind:value
on:input
-
on:keydown
+
on:keydown|stopPropagation
on:click
on:change />