diff --git a/app/routes/inspect.js b/app/routes/inspect.js index 75eb3e7..f8960d3 100644 --- a/app/routes/inspect.js +++ b/app/routes/inspect.js @@ -48,6 +48,8 @@ export default Route.extend({ if (isPresent(model)) { controller.set('currentDirPath', model.currentDirPath); } + + controller.set('documentShowEditor', false); } });