Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -298,7 +298,7 @@ struct ChannelDialog { | @@ -298,7 +298,7 @@ struct ChannelDialog { | ||
| 298 | .zIndex(this.dragItem == item.num ? 1 : 0) | 298 | .zIndex(this.dragItem == item.num ? 1 : 0) |
| 299 | .translate(this.dragItem == item.num ? { x: this.offsetX, y: this.offsetY } : { x: 0, y: 0 }) | 299 | .translate(this.dragItem == item.num ? { x: this.offsetX, y: this.offsetY } : { x: 0, y: 0 }) |
| 300 | .gesture( | 300 | .gesture( |
| 301 | - GestureGroup(GestureMode.Sequence, | 301 | + GestureGroup(GestureMode.Parallel, |
| 302 | TapGesture() | 302 | TapGesture() |
| 303 | .onAction((event?: GestureEvent) => { | 303 | .onAction((event?: GestureEvent) => { |
| 304 | if (this.isEditIng) { | 304 | if (this.isEditIng) { |
-
Please register or login to post a comment