Commit e5c31809 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

Bug 25969 - [CoEdit] Добавление изображения одним пользователем блокирует...

Bug 25969 - [CoEdit] Добавление изображения одним пользователем блокирует возможность добавления изображения другим

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58975 954022d7-b5bf-4e40-9824-e11837661b57
parent 89592510
......@@ -2537,7 +2537,7 @@ function DrawingObjects() {
// CImage
_this.objectLocker.reset();
_this.objectLocker.addObjectId("1");
_this.objectLocker.addObjectId(g_oIdCounter.Get_NewId());
_this.objectLocker.checkObjects(function(bLock){
if(bLock !== true)
return;
......@@ -2625,7 +2625,7 @@ function DrawingObjects() {
}
_this.objectLocker.reset();
_this.objectLocker.addObjectId("1");
_this.objectLocker.addObjectId(g_oIdCounter.Get_NewId());
_this.objectLocker.checkObjects(function(bLock){
if(bLock)
{
......
......@@ -45,7 +45,6 @@ StartAddNewShape.prototype =
{
if(this.bStart)
{
if(this.drawingObjects.drawingObjects.objectLocker)
{
this.drawingObjects.drawingObjects.objectLocker.reset();
......
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