-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drag and Drop Causes Flashing and Disappearing Cards #6001
Labels
good first issue
Good for newcomers
scope: front
Issues that are affecting the frontend side only
size: short
Comments
Bonapara
added
good first issue
Good for newcomers
scope: front
Issues that are affecting the frontend side only
size: short
labels
Jun 24, 2024
To resolve the flashing and disappearing cards issue during drag-and-drop, follow these steps:
References |
Can I get assigned to this issue? |
Sure @rksingh2001, thanks for contributing! |
@Bonapara I think you forgot to assign me :) |
done, Sorry 😅 |
rksingh2001
added a commit
to rksingh2001/twenty
that referenced
this issue
Jun 27, 2024
…6001 by setting root to document's viewport
lucasbordeau
added a commit
to rksingh2001/twenty
that referenced
this issue
Aug 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Good for newcomers
scope: front
Issues that are affecting the frontend side only
size: short
Current Behavior
I grab the "Twitch" card.
I drag the card between "VMware" and "HP." The "Twitch" card disappears from the right column.
When I release the click, the card is added to the left column but is displayed again in the right column.
The card disappears from the left column, even though we want to drag it there.
The card disappears from the right column and finally appears in the left column.
Full Behavior in Video:
CleanShot.2024-06-24.at.15.31.13.mp4
Desired Behavior
Prevent any flashing when dragging and dropping a card to another column.
The text was updated successfully, but these errors were encountered: