[DE PE SSE] Refactoring data view shape

This commit is contained in:
JuliaSvinareva
2023-04-17 17:18:20 +03:00
parent b544460565
commit b3186e75da

View File

@ -1794,6 +1794,7 @@ define([
first = 0;
while (!this.dataViewItems[first].el.is(":visible")) { // if first elem is hidden
first++;
if (!this.dataViewItems[first]) return;
el = this.dataViewItems[first].el;
}