Skip to content

Commit

Permalink
Maybe need type="button" lol
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Nov 27, 2024
1 parent bbf30c6 commit 8e12d89
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 59 deletions.
1 change: 1 addition & 0 deletions src/components/compose.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1373,6 +1373,7 @@ function Compose({
}}
menuButton={({ open }) => (
<button
type="button"
class={`toolbar-button add-button ${
open ? 'active' : ''
}`}
Expand Down
118 changes: 59 additions & 59 deletions src/locales/en.po

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8e12d89

Please sign in to comment.