mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 11:17:04 +00:00
[Browse composition] Not Alerting User
In this case the user is not alerted. This is to test the maven build. Issue 11.
This commit is contained in:
parent
1f3c1da8c7
commit
dab6d96688
@ -108,10 +108,11 @@ define(
|
||||
broadcastDrop(id, event);
|
||||
});
|
||||
}
|
||||
} else {
|
||||
// Informs user that drag and drop is not allowed.
|
||||
window.alert("Cannot drag and drop objects during browse mode.");
|
||||
}
|
||||
// else {
|
||||
// // Informs user that drag and drop is not allowed.
|
||||
// window.alert("Cannot drag and drop objects during browse mode.");
|
||||
// }
|
||||
}
|
||||
|
||||
// We can only handle drops if we have access to actions...
|
||||
|
Loading…
Reference in New Issue
Block a user