The way cookie clicker is programmed it (for whatever reason) redraws the menu every draw tick. This makes typing in values in the input box incredibly hard.
Either change to a slider (could be pretty bad UX) or save the last typed thing as a temporary variable until the set bulk amount is clicked or the menu is disabled (gross)
The way cookie clicker is programmed it (for whatever reason) redraws the menu every draw tick. This makes typing in values in the input box incredibly hard.
Either change to a slider (could be pretty bad UX) or save the last typed thing as a temporary variable until the set bulk amount is clicked or the menu is disabled (gross)