mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
[Selection] Release listeners
This commit is contained in:
parent
58787c4436
commit
20f3b57ddd
@ -51,6 +51,8 @@ define(['zepto'], function ($) {
|
||||
|
||||
return function () {
|
||||
contextManager.release(htmlElement);
|
||||
$element.off('click', select);
|
||||
selection.off('change', change);
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user