mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
Merge pull request 'Fix toggle-chart-elements button position update after zoom or scroll' (#1484) from fix/bug-76729 into release/v9.1.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/sdkjs/pulls/1484
This commit is contained in:
@ -1658,6 +1658,7 @@ function isAllowPasteLink(pastedWb) {
|
||||
this._prepareCellTextMetricsCache();
|
||||
this.cellCommentator.updateActiveComment();
|
||||
window['AscCommon'].g_specialPasteHelper.SpecialPasteButton_Update_Position();
|
||||
Asc.editor.toggleChartElementsCallback();
|
||||
this.handlers.trigger("toggleAutoCorrectOptions", null, true);
|
||||
this.handlers.trigger("onDocumentPlaceChanged");
|
||||
this._updateDrawingArea();
|
||||
@ -1681,6 +1682,7 @@ function isAllowPasteLink(pastedWb) {
|
||||
this._prepareCellTextMetricsCache();
|
||||
this.cellCommentator.updateActiveComment();
|
||||
window['AscCommon'].g_specialPasteHelper.SpecialPasteButton_Update_Position();
|
||||
Asc.editor.toggleChartElementsCallback();
|
||||
this.handlers.trigger("onDocumentPlaceChanged");
|
||||
this._updateDrawingArea();
|
||||
|
||||
@ -11036,6 +11038,7 @@ function isAllowPasteLink(pastedWb) {
|
||||
this.cellCommentator.updateActiveComment();
|
||||
this.cellCommentator.drawCommentCells();
|
||||
window['AscCommon'].g_specialPasteHelper.SpecialPasteButton_Update_Position();
|
||||
Asc.editor.toggleChartElementsCallback();
|
||||
this.handlers.trigger("toggleAutoCorrectOptions", true);
|
||||
//this.model.updateTopLeftCell(this.visibleRange);
|
||||
return this;
|
||||
@ -11381,6 +11384,7 @@ function isAllowPasteLink(pastedWb) {
|
||||
this.cellCommentator.updateActiveComment();
|
||||
this.cellCommentator.drawCommentCells();
|
||||
window['AscCommon'].g_specialPasteHelper.SpecialPasteButton_Update_Position();
|
||||
Asc.editor.toggleChartElementsCallback();
|
||||
this.handlers.trigger("toggleAutoCorrectOptions", true);
|
||||
|
||||
//this.model.updateTopLeftCell(this.visibleRange);
|
||||
|
||||
Reference in New Issue
Block a user