mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Fix textarea issue
This commit is contained in:
@ -1278,8 +1278,9 @@ renderEditForm model =
|
||||
[ rows 6
|
||||
, autocomplete False
|
||||
, onInput SetNotes
|
||||
, Maybe.withDefault "" model.notesModel |> value
|
||||
]
|
||||
[ Maybe.withDefault "" model.notesModel |> text ]
|
||||
[]
|
||||
, button [ class "ui icon button", onClick SaveNotes ]
|
||||
[ i [ class "save outline icon" ] []
|
||||
]
|
||||
|
Reference in New Issue
Block a user