Skip to content

Commit

Permalink
Fix stamp don't use unique element ids
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Dec 14, 2024
1 parent ac117f6 commit 6879036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/handlers/stamp.dart
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ class StampHandler extends PastingHandler<StampTool> {
relative: true)
?.element ??
e.element)
.map((e) => e.copyWith(id: createUniqueId()))
.toList() ??
[];
}
Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/124.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* Fix aspect ratio label in area tool selection view
* Fix add dialog shows "No element" if there is only import search results
* Fix document isn't saved when clicking home
* Fix stamp don't use unique element ids
* Show git hash instead of version in web version
* Upgrade to flutter 3.27

Expand Down

0 comments on commit 6879036

Please sign in to comment.