Hello,
I'm trying to show a confirm message in the drop event that allows the user to cancel the move.
onDrop(e){
e.setValid(confirm('Are you sure you want to move this folder?'));
}
the functionality seems to work, but the confirm message seems to be triggering twice. I am using the latest version (2013.2.1104) and this seems to be occurring in all browsers.
I'm trying to show a confirm message in the drop event that allows the user to cancel the move.
onDrop(e){
e.setValid(confirm('Are you sure you want to move this folder?'));
}
the functionality seems to work, but the confirm message seems to be triggering twice. I am using the latest version (2013.2.1104) and this seems to be occurring in all browsers.