Commit a257fcdb authored by Alexander.Trofimov's avatar Alexander.Trofimov

== -> ===

parent 8542a95f
......@@ -1137,7 +1137,7 @@
// Отсылаем эвент с объектами
this.handlers.trigger("asc_onMouseMove", arrMouseMoveObjects);
if (ct.target === c_oTargetType.MoveRange && ctrlKey && ct.cursor == "move") {
if (ct.target === c_oTargetType.MoveRange && ctrlKey && ct.cursor === "move") {
ct.cursor = "copy";
}
......
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