Commit a6a29e40 authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov Committed by Alexander.Trofimov

fix: Bug 22284 - Зависание приложения при отмене добавления строки между...

fix: Bug 22284 - Зависание приложения при отмене добавления строки между диапазоном с двумя формулами

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52302 954022d7-b5bf-4e40-9824-e11837661b57
parent ee25d30c
...@@ -204,6 +204,10 @@ function DependencyGraph(wb) { ...@@ -204,6 +204,10 @@ function DependencyGraph(wb) {
var _n = nodes[n.nodeId]; var _n = nodes[n.nodeId];
_n.deleteAllMasterEdges(); _n.deleteAllMasterEdges();
_n.deleteAllSlaveEdges(); _n.deleteAllSlaveEdges();
if( areaNodes[_n.nodeId] ){
areaNodes[_n.nodeId] = null;
delete areaNodes[_n.nodeId];
}
nodes[_n.nodeId] = null; nodes[_n.nodeId] = null;
delete nodes[_n.nodeId]; delete nodes[_n.nodeId];
nodeslength--; nodeslength--;
......
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