mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 06:08:11 +00:00
[Representation] Spec for DragGesture
Add spec for the drag gesture, as attached to a representation of a domain object. WTD-521.
This commit is contained in:
@ -49,7 +49,7 @@ define(
|
||||
return {
|
||||
destroy: function () {
|
||||
// Detach listener
|
||||
element.attr('draggable', false);
|
||||
element.removeAttr('draggable');
|
||||
element.off('dragstart', startDrag);
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user