From 2cc0d578fbc24ca7ce9e12f7bd26d28fb4ad28ce Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Mon, 25 Feb 2019 16:45:20 -0500 Subject: [PATCH] for #790, when saving a sketch, pull from codemirror window (#847) * for #790, when saving a sketch, pull from codemirror window * fix lint errors --- client/components/Nav.jsx | 5 ++- client/modules/IDE/actions/project.js | 9 ++++- client/modules/IDE/components/Editor.jsx | 48 ++++++++++++++---------- client/modules/IDE/pages/IDEView.jsx | 2 +- 4 files changed, 39 insertions(+), 25 deletions(-) diff --git a/client/components/Nav.jsx b/client/components/Nav.jsx index b729cca9..8660f2bc 100644 --- a/client/components/Nav.jsx +++ b/client/components/Nav.jsx @@ -157,7 +157,7 @@ class Nav extends React.PureComponent {