mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 21:54:49 +08:00
[SSE mobile] Fix Bug 41677 (#178)
This commit is contained in:
committed by
Alexey Golubev
parent
15d72d2674
commit
e42c7b2bfd
@ -105,8 +105,6 @@ define([
|
||||
// Handlers
|
||||
|
||||
onInsertImage: function (args) {
|
||||
SSE.getController('AddContainer').hideModal();
|
||||
|
||||
if ( !args.islocal ) {
|
||||
var me = this;
|
||||
var url = args.url;
|
||||
@ -124,6 +122,7 @@ define([
|
||||
uiApp.alert(me.textEmptyImgUrl);
|
||||
}
|
||||
} else {
|
||||
SSE.getController('AddContainer').hideModal();
|
||||
this.api.asc_addImage();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user