Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
e385c6f3
Commit
e385c6f3
authored
Aug 14, 2017
by
konovalovsergey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
_moveRange lockRecal
parent
af5b2984
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
cell/model/Workbook.js
cell/model/Workbook.js
+2
-1
No files found.
cell/model/Workbook.js
View file @
e385c6f3
...
...
@@ -4187,6 +4187,7 @@
History
.
Create_NewPoint
();
History
.
StartTransaction
();
this
.
workbook
.
dependencyFormulas
.
lockRecal
();
var
offset
=
{
offsetRow
:
oBBoxTo
.
r1
-
oBBoxFrom
.
r1
,
offsetCol
:
oBBoxTo
.
c1
-
oBBoxFrom
.
c1
};
var
intersection
=
oBBoxFrom
.
intersectionSimple
(
oBBoxTo
);
var
oRangeIntersection
=
null
;
...
...
@@ -4355,7 +4356,7 @@
if
(
oBBoxTo
.
c2
>=
this
.
nColsCount
)
this
.
nColsCount
=
oBBoxTo
.
c2
+
1
;
this
.
workbook
.
sortDependency
();
this
.
workbook
.
dependencyFormulas
.
unlockRecal
();
if
(
true
==
this
.
workbook
.
bUndoChanges
||
true
==
this
.
workbook
.
bRedoChanges
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment