jasongilman / proto-repl

A Clojure Development Environment package for the Atom editor
https://atom.io/packages/proto-repl
MIT License
565 stars 50 forks source link

Automatic Evaluation Mode scrolls window whenever you type #318

Open zeronumbers opened 5 years ago

zeronumbers commented 5 years ago

open file with many lines so that scroll bar appears. start auto eval, and try to type anything, as soon as you type first character, auto eval will scroll to middle of page. no matter where you type it scrolls to middle.

auto eval shouldnt scroll anything at all. but if it scrolls then it should scroll to same place.