[removed] How can I set the cursor during a drag & drop operation on a website?

后端 未结 2 1390
忘了有多久
忘了有多久 2021-01-18 02:15

I am developing a Chrome browser extension that allows a drag & drop kind of operation everywhere on the page. However, while the user performs this operation the cursor

2条回答
  •  孤独总比滥情好
    2021-01-18 02:28

    Simply override the "dragstart" message handler as well as the "selectstart"... While in the function cancel the event...

    
    

提交回复
热议问题