editor now refreshes when opened

This commit is contained in:
Max Robinson
2021-11-28 16:23:37 -06:00
parent 299213ad68
commit 12ca20cbf7
3 changed files with 17 additions and 7 deletions

View File

@@ -105,8 +105,4 @@ class Renderer {
}
}
// $("body").mousemove(function(e) {
// console.log("hello");
// });
module.exports = Renderer;