disable text drag and drop

前端 未结 7 1858
后悔当初
后悔当初 2020-12-08 16:14

There is a common feature of modern browsers where a user can select some text and drag it to an input field. Within the same field it causes moving of text, between differe

7条回答
  •  一个人的身影
    2020-12-08 16:52

    For archival purposes:

    
    

    does what I wanted. You can add the ondrag* handlers to form elements, too, like

    reference url: https://developer.mozilla.org/En/DragDrop/Drag_Operations

提交回复
热议问题