mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
fix
This commit is contained in:
@ -1752,6 +1752,8 @@ define([
|
|||||||
this.api.GetMultipageViewMode() && this.api.SetMultipageViewMode(false);
|
this.api.GetMultipageViewMode() && this.api.SetMultipageViewMode(false);
|
||||||
this.api.zoomFitToWidth();
|
this.api.zoomFitToWidth();
|
||||||
this.view.mnuZoom.items[2].setChecked(false);
|
this.view.mnuZoom.items[2].setChecked(false);
|
||||||
|
} else {
|
||||||
|
this.api.zoomCustomMode();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'zoom:multi':
|
case 'zoom:multi':
|
||||||
|
|||||||
Reference in New Issue
Block a user