Suppress drag and drop on one axis with native HTML5 Drag and Drop

I understand that this can be done using javascript for drag and drop, but I need to do this using the DnD native HTML5 capabilities. Is it possible?

+4
source share

Source: https://habr.com/ru/post/1526227/


All Articles