Commit 1199333a authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 28017 - Кнопка примененного нумерованного списка деактивируется при выделении списка целиком

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60387 954022d7-b5bf-4e40-9824-e11837661b57
parent 3640f1f7
......@@ -12542,6 +12542,10 @@ function CompareBullets(bullet1, bullet2)
{
ret.bulletType.startAt = bullet1.bulletType.startAt;
}
if(bullet1.bulletType.type === bullet2.bulletType.type)
{
ret.bulletType.type = bullet1.bulletType.type;
}
break;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment