Fix formatting

This commit is contained in:
Alexey Koshelev
2026-02-04 13:11:46 +03:00
parent 1cb2c8c217
commit 0088c008fd

View File

@ -180,8 +180,8 @@ define([
'hints:resolve-bounds': function (p) {
if (p && me.isMoreDropdownSection(p.section)) {
p.top = 0;
p.bottom = p.docH;
p.top = 0;
p.bottom = p.docH;
}
},