We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df20607 commit ee90625Copy full SHA for ee90625
lib/codemirror.js
@@ -333,7 +333,7 @@ var CodeMirror = (function() {
333
},
334
getScrollInfo: function() {
335
return {x: scroller.scrollLeft, y: scrollbar.scrollTop,
336
- height: scroller.scrollHeight, width: scroller.scrollWidth};
+ height: scrollbar.scrollHeight, width: scroller.scrollWidth};
337
338
339
operation: function(f){return operation(f)();},
0 commit comments