Skip to content

[Drag & Drop blocks] Dragging chip remains visible when the app goes to the background (only iOS) #4802

@fluiddot

Description

@fluiddot

Description

The drag & drop functionality keeps the chip component visible when the app goes to the background and then resumed.

This could be solved by listening to the app state changes via the AppState API, and canceling the dragging if it goes to the inactive state.

How to reproduce it:

  1. Start dragging a block.
  2. While moving the block, make the app go to the background by swiping up the screen with another finger.
  3. Resume the app and observe that the dragging chip is still shown and can't be dragged unless long-pressing on a block.

Metadata

Metadata

Assignees

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions