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 93a0b34 commit cd3febdCopy full SHA for cd3febd
1 file changed
lib/atom-k9-view.js
@@ -1,8 +1,8 @@
1
'use babel';
2
3
-import { View, $$ } from 'atom-space-pen-views';
+import { ScrollView, $$ } from 'atom-space-pen-views';
4
5
-export default class JRubyArtView extends View {
+export default class JRubyArtView extends ScrollView {
6
7
static content() {
8
this.div(() => {
@@ -24,8 +24,6 @@ export default class JRubyArtView extends View {
24
);
25
})
26
27
- let height = this.script[0].scrollHeight;
28
- this.script.scrollTop(height);
29
}
30
clear() {
31
this.output.empty();
0 commit comments