mirror of
https://github.com/nasa/openmct.git
synced 2025-04-13 22:23:13 +00:00
[Browse Composition] Removed Window Alert
Removed commented out code that alerts the user if they cannot perform a drag and drop. Inserted a comment marking where an alert can be placed Issue 11.
This commit is contained in:
parent
dab6d96688
commit
0292f046da
@ -109,10 +109,7 @@ define(
|
||||
});
|
||||
}
|
||||
}
|
||||
// else {
|
||||
// // Informs user that drag and drop is not allowed.
|
||||
// window.alert("Cannot drag and drop objects during browse mode.");
|
||||
// }
|
||||
// TODO: Alert user if drag and drop is not allowed
|
||||
}
|
||||
|
||||
// We can only handle drops if we have access to actions...
|
||||
|
Loading…
x
Reference in New Issue
Block a user