Skip to content

Commit

Permalink
Fix deleting feed on pressing Enter in feed form
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Feb 18, 2024
1 parent 858ca35 commit 1e75965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/ui/button.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
class:is-wide={wide}
aria-keyshortcuts={hotkey}
title={hiddenLabel}
type="button"
on:click={onClick}
on:keyup={onKeyUp}
on:keydown={onKeyDown}
Expand Down

0 comments on commit 1e75965

Please sign in to comment.