diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-10-21 18:19:21 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-10-21 18:19:21 +0200 |
| commit | 3f76b12c0f822d2d47dfbdd745f80ee803d95d98 (patch) | |
| tree | fe758d570a84775e7941905c8859ded21c36876a /animism-align/frontend/app/views/align/components/annotations/annotation.form.js | |
| parent | 07cfcc049e8d7bf437b732808397d7b41be9f841 (diff) | |
form field for actual ts of note
Diffstat (limited to 'animism-align/frontend/app/views/align/components/annotations/annotation.form.js')
| -rw-r--r-- | animism-align/frontend/app/views/align/components/annotations/annotation.form.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/align/components/annotations/annotation.form.js b/animism-align/frontend/app/views/align/components/annotations/annotation.form.js index 92b5a5f..b1bc052 100644 --- a/animism-align/frontend/app/views/align/components/annotations/annotation.form.js +++ b/animism-align/frontend/app/views/align/components/annotations/annotation.form.js @@ -164,7 +164,7 @@ class AnnotationForm extends Component { renderTextarea() { const { annotation } = this.props return ( - <div> + <div className='textarea'> <textarea name='text' value={annotation.text} |
