Move terminal output outside of the frame so that it doesn't gets erased when reloading the frame

This commit is contained in:
Jorge Manrubia
2025-05-15 16:07:51 +02:00
parent 87b4643946
commit aa7a92c448
3 changed files with 2 additions and 1 deletions
@@ -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
}