mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 07:38:15 +00:00
[Fixed Position] Allow dragging of elements
Restore dragging behavior to elements in a fixed position view, WTD-879.
This commit is contained in:
@ -17,7 +17,7 @@ define(
|
||||
if (arguments.length > 0) {
|
||||
object[key] = value;
|
||||
}
|
||||
return value;
|
||||
return object[key];
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user