CodeBook
CodeBook copied to clipboard
Scroll to responsible draw call
When user inspects something on the canvas, CodeMirror should scroll to the responsible line. There is a bug related to the CodeMirror scrollTo function such that whenever the method is called, it scrolls to the top of the code, regardless of the parameters.