fix bug 66935

This commit is contained in:
Dmitry-Ilyushechkin
2026-03-18 16:43:03 +03:00
committed by Maxim Kadushkin
parent c037d696d8
commit ef7eb2f7a9

View File

@ -170,7 +170,6 @@ define([
const $more = me.getVisibleMoreContainer();
if (!$more.length) return;
if (p.level === 0) { p.cancel = true; return; }
p.set($more, 1);
},