[GH-ISSUE #188] button can't be dragged when clicking in the button itself #68

Closed
opened 2026-03-01 14:39:51 +03:00 by kerem · 1 comment
Owner

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:

  1. either replace <button with <div + cursor-pointer.
  2. or do onClick((d) => d.preventDefault());

Maybe I can submit a PR helping.

https://github.com/user-attachments/assets/33eb1046-da63-4413-95e1-e65bb5c7bf34

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: 1. either replace <button with <div + cursor-pointer. 2. or do `onClick((d) => d.preventDefault());` Maybe I can submit a PR helping. https://github.com/user-attachments/assets/33eb1046-da63-4413-95e1-e65bb5c7bf34
kerem closed this issue 2026-03-01 14:39:52 +03:00
Author
Owner

@arikchakma commented on GitHub (Apr 22, 2025):

That's intentional for now, I will check it later.

<!-- gh-comment-id:2820986678 --> @arikchakma commented on GitHub (Apr 22, 2025): That's intentional for now, I will check it later.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/maily.to#68
No description provided.