Skip to content

Commit

Permalink
Fix layer merging order
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Oct 27, 2024
1 parent 84a2656 commit 1df9956
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion app/lib/views/navigator/layers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ class LayersView extends StatelessWidget {
: () => context
.read<DocumentBloc>()
.add(LayersMerged([
id,
layers[index - 1].id,
id,
].nonNulls.toList())),
child: Text(AppLocalizations.of(context).up),
),
Expand Down
4 changes: 2 additions & 2 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -822,8 +822,8 @@ packages:
dependency: "direct main"
description:
path: "packages/lw_file_system"
ref: "71ebfd76ef24a9b21b2e909d5802e9fb01357317"
resolved-ref: "71ebfd76ef24a9b21b2e909d5802e9fb01357317"
ref: "1173f5e3f737e99fe6f6e13f6a28633fe9e7c6e4"
resolved-ref: "1173f5e3f737e99fe6f6e13f6a28633fe9e7c6e4"
url: "https://github.com/LinwoodDev/dart_pkgs"
source: git
version: "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies:
lw_file_system:
git:
url: https://github.com/LinwoodDev/dart_pkgs
ref: 71ebfd76ef24a9b21b2e909d5802e9fb01357317
ref: 1173f5e3f737e99fe6f6e13f6a28633fe9e7c6e4
path: packages/lw_file_system
flutter_localized_locales: ^2.0.5
dynamic_color: ^1.7.0
Expand Down
32 changes: 16 additions & 16 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions metadata/en-US/changelogs/120.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* Fix archive importing
* Fix collaboration dialog
* Fix navigator page large constraints
* Fix root directory bug on web
* Upgrade networking stack for collaboration experiment
* Update flutter and agp

Expand Down

0 comments on commit 1df9956

Please sign in to comment.