We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e548780 commit 06d476aCopy full SHA for 06d476a
1 file changed
addon/components/ember-inline-editor.js
@@ -21,6 +21,7 @@ export default Component.extend({
21
textAreaFields: ['textarea'],
22
23
didReceiveAttrs() {
24
+ this._super(...arguments)
25
scheduleOnce('afterRender', this.focusOnInput.bind(this))
26
},
27
0 commit comments