Skip to content

Commit

Permalink
fix broken schedule amount sign in firefox (actualbudget#1992)
Browse files Browse the repository at this point in the history
* fix broken schedule amount sign in firefox

* note

* delete line
  • Loading branch information
youngcw authored Nov 30, 2023
1 parent 5b69bc0 commit aa9dbb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export function AmountInput({
<Button
type="bare"
style={{ padding: '0 7px' }}
disabled={!focused}
onPointerUp={onSwitch}
onPointerDown={e => e.preventDefault()}
ref={buttonRef}
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/1992.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [youngcw]
---

Fix locked amount sign in schedule editor

0 comments on commit aa9dbb9

Please sign in to comment.