mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 22:55:54 +03:00
[GH-ISSUE #188] button can't be dragged when clicking in the button itself #68
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/maily.to#68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bernaferrari on GitHub (Apr 21, 2025).
Original GitHub issue: https://github.com/arikchakma/maily.to/issues/188
This is easy to fix:
onClick((d) => d.preventDefault());Maybe I can submit a PR helping.
https://github.com/user-attachments/assets/33eb1046-da63-4413-95e1-e65bb5c7bf34
@arikchakma commented on GitHub (Apr 22, 2025):
That's intentional for now, I will check it later.