mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 17:32:25 +08:00
[DE PE SSE] Refactoring data view shape
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user