jquery-ui-droppable-iframe icon indicating copy to clipboard operation
jquery-ui-droppable-iframe copied to clipboard

Cant use 'accept' option in droppable

Open aep-saepudin opened this issue 7 years ago • 1 comments

I cant use accept in dropable when i drag element of draggable to accepted area it raise an error..

aep-saepudin avatar Oct 24 '17 02:10 aep-saepudin

I cant use accept in dropable when i drag element of draggable to accepted area it raise an error..

I encountered the same error and fixed the error by removing the accept option. Hope this bug could be fixed.

For anyone who needs to use accept in droppable, you can circumvent this issue by using scope option instead of accept which acts exactly the same as accept.

iwangbowen avatar Oct 16 '18 12:10 iwangbowen