- Fix attribute inheritance didn't work properly

- Get nextmatch filterheader working
This commit is contained in:
nathangray
2020-02-04 16:07:50 -07:00
parent 12eb1dec61
commit e0bc769315
7 changed files with 88 additions and 27 deletions

View File

@ -297,7 +297,6 @@ var et2_dataview_selectionManager = /** @class */ (function () {
}
return element;
}
_entry.ao.getPrevious = function (_step) {
return getElementRelatively(-_step);
};