[Drag-Drop] Prevent redundant drops

Mark default as prevented and check for prevention of
default when handling mctDrop events (which allow
views to follow up on drop gestures by positioning
objects within themselves) avoiding redundant drops
into embedded views. WTD-1233.
This commit is contained in:
Victor Woeltjen
2015-06-25 11:27:56 -07:00
parent d3ff49b90b
commit 6f3d6ec12f
3 changed files with 15 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
},
{
"key": "ELASTIC_ROOT",
"value": "/elastic",
"value": "http://localhost:9200",
"priority": "fallback"
},
{
@@ -43,4 +43,4 @@
}
]
}
}
}