Skip to content

Commit

Permalink
Enable notes multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
alkaitagi committed Jul 2, 2022
1 parent d9708d8 commit d4d939e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/modules/dictionary/screens/word_editor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ class _WordEditorScreenState extends State<WordEditorScreen> {
'General note',
word.note,
(s) => word.note = s,
multiline: true,
lowercase: false,
),
],
Expand Down Expand Up @@ -166,6 +167,7 @@ class _WordEditorScreenState extends State<WordEditorScreen> {
u.note,
(s) => u.note = s,
lowercase: false,
multiline: true,
),
],
),
Expand Down

0 comments on commit d4d939e

Please sign in to comment.