Commit 2f657b42 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 33201

parent 3b0a71a0
......@@ -591,6 +591,7 @@
return range.clone();
});
res.activeCell = this.activeCell.clone();
res.activeCellId = this.activeCellId;
res.worksheet = this.worksheet;
return res;
};
......
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