Commit 554bfc55 authored by GoshaZotov's avatar GoshaZotov

fix bug 35950

parent c502f696
......@@ -6641,6 +6641,10 @@
{
bResult = null;
}
else if(arn.c1 === expandRange.c1 && arn.c2 === expandRange.c2)
{
bResult = null;
}
else
{
bResult = true;
......
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