Skip to content

Commit

Permalink
1.修复文本编辑框的图片上传bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixels committed Mar 27, 2018
1 parent 7d6ab79 commit f269225
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
7 changes: 4 additions & 3 deletions Eleditor.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/**
* Version: 1.8.1
* Version: 1.8.2
* Title: Eleditor 移动端富文本编辑器
* Site: https://eleditor.fixel.cn
* Author: Try
*/
(function(w){
var _debug = false;
var _version = '1.8.1';
var _namespace = 'Eleditor';
var _notctname = ['INPUT', 'IMG', 'TEXTAREA'];
var _toolnames = {
Expand Down Expand Up @@ -477,7 +476,9 @@
}else{
w.alert('上传失败:['+_call.msg+']');
}
_hideEditorControllerLayer();
if( !_hasStyleBarBtn ){
_hideEditorControllerLayer();
}
});

_imageUploader.addButton({ id: _$editorBarUploadImageBtn });
Expand Down
Loading

0 comments on commit f269225

Please sign in to comment.