Skip to content
Snippets Groups Projects
Unverified Commit 5a81a25b authored by youngcw's avatar youngcw Committed by GitHub
Browse files

fix broken schedule amount sign in firefox (#1992)

* fix broken schedule amount sign in firefox

* note

* delete line
parent 29f323e7
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,6 @@ export function AmountInput({
<Button
type="bare"
style={{ padding: '0 7px' }}
disabled={!focused}
onPointerUp={onSwitch}
onPointerDown={e => e.preventDefault()}
ref={buttonRef}
......
---
category: Bugfix
authors: [youngcw]
---
Fix locked amount sign in schedule editor
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment