fix broken schedule amount sign in firefox (#1992)

* fix broken schedule amount sign in firefox

* note

* delete line
This commit is contained in:
youngcw
2023-11-30 09:50:31 -07:00
committed by GitHub
parent 29f323e721
commit 5a81a25b7e
2 changed files with 6 additions and 1 deletions

View File

@@ -89,7 +89,6 @@ export function AmountInput({
<Button
type="bare"
style={{ padding: '0 7px' }}
disabled={!focused}
onPointerUp={onSwitch}
onPointerDown={e => e.preventDefault()}
ref={buttonRef}

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [youngcw]
---
Fix locked amount sign in schedule editor