File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
metadata/en-US/changelogs Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,6 @@ abstract class HandItem<T> extends PositionComponent
225225
226226 @override
227227 void onDragEnd (DragEndEvent event) {
228- super .onDragEnd (event);
229228 _dragSprite? .removeFromParent ();
230229 _dragSprite = null ;
231230 if (isMouseOrLongPressing ?? true ) {
@@ -236,6 +235,7 @@ abstract class HandItem<T> extends PositionComponent
236235 if (zone != null ) moveItem (zone);
237236 }
238237 _resetPosition ();
238+ super .onDragEnd (event);
239239 }
240240
241241 @override
Original file line number Diff line number Diff line change 44 * Fix items overflowing with size
55* Add config system for server
66* Add error handling for invalid packs
7+ * Fix dragging cards on mobile
78* Fix world not loading in multiplayer
89* Fix team creation not working
910* Fix team changes not being synced correctly in multiplayer
You can’t perform that action at this time.
0 commit comments