Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: image zoom improvements #1763

Merged
merged 3 commits into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading