Archived
0

fix javascript

This commit is contained in:
2017-06-07 11:58:20 +03:00
parent 7458fdde41
commit 177e66c00d

View File

@@ -146,7 +146,7 @@ var WebConsole = React.createClass({
this.state.lines.map(function(line){
return ce('p', {dangerouslySetInnerHTML: {__html: ansi_up.ansi_to_html(line)}});
})
),
)
),
ce('div', {className: 'scroll', ref: 'scroll'})
),