function onDragenter(event) {
    event.stopPropagation();
    event.preventDefault();

    if (!currentDragSet) {