mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Refactoring
This commit is contained in:
@ -866,7 +866,7 @@ define([], function () {
|
||||
});
|
||||
// annotation text bar
|
||||
documentHolder.btnRemAnnot.on('click', _.bind(this.removeComment, this));
|
||||
documentHolder.btnAddAnnotComment.on('click', _.bind(this.addComment, this, {isFromBar: true}));
|
||||
documentHolder.btnAddAnnotComment.on('click', _.bind(this.addComment, this, {isFromSelBar: true}));
|
||||
documentHolder.mnuStrokeHighlightColorPicker.on('select', _.bind(this.onSelectStrokeColor, this, documentHolder.btnStrokeHighlightColor));
|
||||
documentHolder.mnuStrokeColorPicker.on('select', _.bind(this.onSelectStrokeColor, this, documentHolder.btnStrokeColor));
|
||||
this.api.UpdateInterfaceState();
|
||||
|
||||
@ -526,7 +526,6 @@ define([
|
||||
})).show();
|
||||
}
|
||||
}
|
||||
item.isFromBar && me.api.SetShowTextSelectPanel(false);
|
||||
}
|
||||
me.editComplete();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user