mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 13:43:09 +00:00
[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:
parent
451842fb82
commit
1f3c1da8c7
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user