Commit a1b91911 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #34466

parent 1671cfe5
...@@ -656,7 +656,7 @@ CParaSpellChecker.prototype = ...@@ -656,7 +656,7 @@ CParaSpellChecker.prototype =
{ {
var Element = this.Elements[Index]; var Element = this.Elements[Index];
if ( true === Element.Checked ) if (true === Element.Checked && true !== Element.CurPos)
{ {
if (Element.StartRun !== Element.EndRun) if (Element.StartRun !== Element.EndRun)
{ {
......
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