174b6d493c
This also fix a bug if user creates more than one croodle without reloading window in between. In that case a data fragment is reused which throws. It's also the first step in dropping {{simple-select}} which is very outdated.
4 lines
159 B
JavaScript
4 lines
159 B
JavaScript
import Component from '@ember/component';
|
|
import AutofocusSupport from 'croodle/mixins/autofocus-support';
|
|
|
|
export default Component.extend(AutofocusSupport);
|