🏠 Home 

Draggy

Drag a link to open in a new tab; drag a piece of text to search in a new tab.

< Feedback on Draggy

Question/comment

Thank you for the great code. I use the built-in super drag feature in Edge, but I find unsatisfactory as it does not work with certain scenarios like Chat GPT or Deepseek. Draggy also does not work. Could you please consider incorporating this functionality in the future? Thank for your efforts.

PRO-2684Author
§
Posted: 28.01.2025

Thank you for the great code. I use the built-in super drag feature in Edge, but I find unsatisfactory as it does not work with certain scenarios like Chat GPT or Deepseek. Draggy also does not work. Could you please consider incorporating this functionality in the future? Thank for your efforts.

That's because the website has marked the drag event as being handled. To prevent handling an event twice, if the event has been marked as handled by either the website or the browser, draggy will not handle it again. So this is the website's issue, and appropriate fixes for it would be site-specific.

In the new version, however, I've included an option that makes draggy handle all drag events, despite they may be handled already. Enabling this option should fix your issues (tested on deepseek), but may cause a single event to be handled multiple times on other sites.

Post reply

Sign in to post a reply.