mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
fix broken schedule amount sign in firefox (#1992)
* fix broken schedule amount sign in firefox * note * delete line
This commit is contained in:
@@ -89,7 +89,6 @@ export function AmountInput({
|
||||
<Button
|
||||
type="bare"
|
||||
style={{ padding: '0 7px' }}
|
||||
disabled={!focused}
|
||||
onPointerUp={onSwitch}
|
||||
onPointerDown={e => e.preventDefault()}
|
||||
ref={buttonRef}
|
||||
|
||||
6
upcoming-release-notes/1992.md
Normal file
6
upcoming-release-notes/1992.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [youngcw]
|
||||
---
|
||||
|
||||
Fix locked amount sign in schedule editor
|
||||
Reference in New Issue
Block a user