mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-22 12:42:44 +01:00
partial support of plain numbers.
This commit is contained in:
@@ -96,8 +96,11 @@
|
||||
continue;
|
||||
}
|
||||
|
||||
element.addEventListener('DOMNodeRemoved', function () {
|
||||
ctrl.detachView();
|
||||
element.addEventListener('DOMNodeRemoved', function (evt) {
|
||||
if(element === evt.target) {
|
||||
ctrl.detachView();
|
||||
}
|
||||
|
||||
console.log(ctrlName + ' Controller: view detached');
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user