We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16fc0b commit 5e32be6Copy full SHA for 5e32be6
lib/virtualbadge/view/draw_badge.dart
@@ -75,7 +75,9 @@ class _BMBadgeState extends State<BMBadge> {
75
}
76
77
void _handlePanEnd(DragEndDetails details) {
78
- drawProvider.commitGridUpdate(); // Apply shape or last freehand segment
+ if (drawProvider.selectedShape != DrawShape.freehand) {
79
+ drawProvider.commitGridUpdate();
80
+ }
81
dragStart = null;
82
83
0 commit comments