mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-19 08:31:43 +03:00
8616a45c3c
closes #3939 - Add Seo Tab component to PSM - Add new gh-blur-textarea component - Refactor blur-input to use new text-input mixin
6 lines
135 B
JavaScript
6 lines
135 B
JavaScript
import TextInputMixin from 'ghost/mixins/text-input';
|
|
|
|
var TextArea = Ember.TextArea.extend(TextInputMixin);
|
|
|
|
export default TextArea;
|