mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 07:31:55 +08:00
Fix bug
This commit is contained in:
@ -447,7 +447,7 @@ define([
|
||||
{
|
||||
imageProps: elValue,
|
||||
sizeOriginal: imgsizeOriginal,
|
||||
slideSize: PDFE.getController('Toolbar').currentPageSize,
|
||||
slideSize: {width: me.api.get_PageWidth(), height: me.api.get_PageHeight()},
|
||||
handler: function(result, value) {
|
||||
if (result == 'ok') {
|
||||
if (me.api) {
|
||||
|
||||
@ -799,7 +799,7 @@ define([
|
||||
(new PDFE.Views.ShapeSettingsAdvanced(
|
||||
{
|
||||
shapeProps: elValue,
|
||||
slideSize: PDFE.getController('Toolbar').currentPageSize,
|
||||
slideSize: {width: me.api.get_PageWidth(), height: me.api.get_PageHeight()},
|
||||
handler: function(result, value) {
|
||||
if (result == 'ok') {
|
||||
if (me.api) {
|
||||
|
||||
Reference in New Issue
Block a user