You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unexpected duplicate quick links are created when rapidly clicking the "Create your Link" button in quick succession.
Expected Behavior:
Only a single quick link should be created, regardless of how many times the "Create" button is clicked in quick succession.
Suggested Solution:
Implement debouncing logic to handle rapid clicks on the "Create your link" button. Ideally, this should be applied to all buttons across the interface to prevent duplicate actions.
Video:
Here is a short video demonstrating the issue:
bandicam.2024-10-24.04-19-32-604.mp4
The text was updated successfully, but these errors were encountered:
Txchrixo
changed the title
Multiple Quick Links Created After Rapid Clicks on the "Create" Button
Multiple Quick Links Created After Rapid Clicks on the "Create your link" Button
Oct 24, 2024
Description:
Unexpected duplicate quick links are created when rapidly clicking the "Create your Link" button in quick succession.
Expected Behavior:
Only a single quick link should be created, regardless of how many times the "Create" button is clicked in quick succession.
Suggested Solution:
Implement debouncing logic to handle rapid clicks on the "Create your link" button. Ideally, this should be applied to all buttons across the interface to prevent duplicate actions.
Video:
Here is a short video demonstrating the issue:
bandicam.2024-10-24.04-19-32-604.mp4
The text was updated successfully, but these errors were encountered: