erkyrath / lectrote

The IF interpreter in an Electron shell
Other
248 stars 28 forks source link

Zoom preference can get stuck at "very tiny" or "very large" #50

Closed erkyrath closed 8 years ago

erkyrath commented 8 years ago

If you use the zoom slider in the preferences dialog, and then use the cmd-+ cmd-- shortcuts, the zoom factor can jump to one end of the scale and get stuck.

This is because I was mixing string values (from the DOM select.val()) with numeric values. The fix is to ensure the value is always a number.