From 969c884e31502615de0d1a88d11a62960d73f6ae Mon Sep 17 00:00:00 2001 From: halfnelson Date: Sun, 3 Feb 2019 10:51:19 +1000 Subject: [PATCH] repl improvements - Dont bind props until after component is created - Remove debug logs - destroy repl proxy event listener on compont destory - all repl-proxy commands now return a value --- .../repl/_components/Output/Viewer.html | 22 +++-- site/src/routes/repl/_utils/replProxy.js | 15 +-- site/static/repl-runner.js | 96 +++++++++++-------- 3 files changed, 81 insertions(+), 52 deletions(-) diff --git a/site/src/routes/repl/_components/Output/Viewer.html b/site/src/routes/repl/_components/Output/Viewer.html index e62e0d695b..7fc6856d3e 100644 --- a/site/src/routes/repl/_components/Output/Viewer.html +++ b/site/src/routes/repl/_components/Output/Viewer.html @@ -1,5 +1,5 @@