mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 13:48:12 +00:00
[Drag-Drop] Add test cases
Add test cases for avoiding redundant drop handling, WTD-1233.
This commit is contained in:
@ -253,6 +253,7 @@ define(
|
||||
if (e.isDefaultPrevented()) {
|
||||
return;
|
||||
}
|
||||
e.preventDefault();
|
||||
// Store the position of this element.
|
||||
addElement({
|
||||
type: "fixed.telemetry",
|
||||
|
Reference in New Issue
Block a user