Skip to content

Commit

Permalink
feat: improve toolbar behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasn committed Jun 4, 2024
1 parent 94029b8 commit 378c4a6
Show file tree
Hide file tree
Showing 10 changed files with 213 additions and 61 deletions.
2 changes: 2 additions & 0 deletions lib/blocs/journal/entry_state.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class EntryState with _$EntryState {
required JournalEntity? entry,
required bool showMap,
required bool isFocused,
required bool shouldShowEditorToolBar,
GlobalKey<FormBuilderState>? formKey,
}) = _EntryStateSaved;

Expand All @@ -20,6 +21,7 @@ class EntryState with _$EntryState {
required JournalEntity? entry,
required bool showMap,
required bool isFocused,
required bool shouldShowEditorToolBar,
GlobalKey<FormBuilderState>? formKey,
}) = EntryStateDirty;
}
Loading

0 comments on commit 378c4a6

Please sign in to comment.