Index: Source/core/page/DragController.cpp |
diff --git a/Source/core/page/DragController.cpp b/Source/core/page/DragController.cpp |
index b91e4915a8150068f2fd2b24463c7160982efa93..e2abec2cb4433aa3dce4322003178ae84b36be2d 100644 |
--- a/Source/core/page/DragController.cpp |
+++ b/Source/core/page/DragController.cpp |
@@ -251,6 +251,7 @@ bool DragController::performDrag(DragData* dragData) |
} |
if (preventedDefault) { |
m_documentUnderMouse = nullptr; |
+ cancelDrag(); |
return true; |
} |
} |