Move terminal output outside of the frame so that it doesn't gets erased when reloading the frame
This commit is contained in:
@@ -164,6 +164,7 @@ export default class extends Controller {
|
||||
|
||||
#showOutput(html) {
|
||||
this.element.classList.add(this.outputClass)
|
||||
console.debug("PUT ON ", this.outputTarget);
|
||||
this.outputTarget.innerHTML = html
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user