Skip to content

Commit

Permalink
Merge pull request ethereum#458 from soad003/master
Browse files Browse the repository at this point in the history
editorWindowSize can get negative. RHS bar not usable anymore.
  • Loading branch information
chriseth authored Mar 15, 2017
2 parents ba5051f + 17a810e commit c3f2b56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ var run = function () {
$('#ghostbar').remove()
$(document).unbind('mousemove')
dragging = false
delta = (delta < 50) ? 50 : delta
setEditorSize(delta)
config.set(EDITOR_WINDOW_SIZE, delta)
reAdjust()
Expand Down

0 comments on commit c3f2b56

Please sign in to comment.