Merge branch 'develop' into kegan/vector-components

This commit is contained in:
Kegan Dougal 2015-12-01 15:39:02 +00:00
commit e07c03a7bb
23 changed files with 64 additions and 57 deletions

View file

@ -68,7 +68,7 @@ var roomTileSource = {
if (monitor.didDrop() && item.targetList.props.editable) {
// if we moved lists, remove the old tag
if (item.targetList !== item.originalList) {
if (item.targetList !== item.originalList && item.originalList.props.tagName) {
// commented out attempts to set a spinner on our target component as component is actually
// the original source component being dragged, not our target. To fix we just need to
// move all of this to endDrop in the target instead. FIXME later.