[Browse composition] Alert user

When the user attempts a disallowed drag and drop composition,
the browser will alert them to this. Issue 11.
This commit is contained in:
Sarah Hale 2015-06-18 14:53:35 -07:00
parent 451842fb82
commit 1f3c1da8c7

View File

@ -110,9 +110,8 @@ define(
}
} else {
// Informs user that drag and drop is not allowed.
// window.alert("Cannot drag and drop objects during browse mode.");
window.alert("Cannot drag and drop objects during browse mode.");
}
}
// We can only handle drops if we have access to actions...