Merge branch 'open1233' into open-master

This commit is contained in:
Victor Woeltjen
2015-06-29 15:09:40 -07:00
5 changed files with 62 additions and 6 deletions

View File

@ -256,6 +256,11 @@ define(
// Position a panel after a drop event
function handleDrop(e, id, position) {
// Don't handle this event if it has already been handled
if (e.defaultPrevented) {
return;
}
e.preventDefault();
// Store the position of this element.
addElement({
type: "fixed.telemetry",