Skip to content

Commit

Permalink
Merge pull request #1763 from matthiasn/feat/image_zoom
Browse files Browse the repository at this point in the history
feat: image zoom improvements
  • Loading branch information
matthiasn committed Jun 4, 2024
2 parents 63c3e01 + 378c4a6 commit 423cd81
Show file tree
Hide file tree
Showing 12 changed files with 223 additions and 77 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/argmaxinc/whisperkit",
"state" : {
"revision" : "3aa94e8c3950afdeaf916cb1da71e44f62bd2864",
"version" : "0.7.1"
"revision" : "aa4bb901c8a09c8b5320ff4bb9fe64a095614d4e",
"version" : "0.7.2"
}
}
],
Expand Down
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 423cd81

Please sign in to comment.