Feature
Break Sheet Builder: fixed price input doubling on keystroke
Break Sheet Builder: Price Input Fix
Typing the first digit into a spot's price (or any editable cell) no longer doubles it — entering 1 now correctly shows 1, not 11.
The grid's "start typing to edit a cell" shortcut seeded the new cell editor with the first character but didn't stop the browser from also inserting that same keystroke into the freshly-focused input, doubling it. The keystroke is now consumed once. Bulk "apply price to all" and decimal/clear entry are unaffected.