mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-16 20:24:01 +02:00
fix(DragAndDrop): isDraggingInternally should not be reset by the onDragOver handler (#1929)
Fixes #1871
This commit is contained in:
committed by
Ian Storm Taylor
parent
0322f7a1b8
commit
d8d0b5ff3c
@@ -163,8 +163,6 @@ function AfterPlugin() {
|
||||
|
||||
function onDragOver(event, change, editor) {
|
||||
debug('onDragOver', { event })
|
||||
|
||||
isDraggingInternally = false
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user