diff --git a/app/app/components/section/base-editor.js b/app/app/components/section/base-editor.js index 6895b4e0..f140e418 100644 --- a/app/app/components/section/base-editor.js +++ b/app/app/components/section/base-editor.js @@ -30,6 +30,10 @@ export default Ember.Component.extend({ }); $("#page-title").removeClass("error"); + + $("#page-title").focus(function() { + $(this).select(); + }); }, willDestroyElement() {