Skip to content

Commit

Permalink
修复append方法无法插入问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixels committed Aug 28, 2018
1 parent 29e0736 commit 0606c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions Eleditor.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Version: 1.8.5
* Version: 1.8.6
* Title: Eleditor 移动端富文本编辑器
* Site: https://eleditor.fixel.cn
* Doc: http://doc.eleditor.fixel.cn
Expand Down Expand Up @@ -840,10 +840,6 @@
_$content = $('<p>'+_object+'</p>');
}

if( _formatInnerText(_$content.text()) == '' ){
return;
}

_$wrap.find('.Eleditor-placeholder').remove();
_appendHistory();

Expand Down
2 changes: 1 addition & 1 deletion Eleditor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0606c37

Please sign in to comment.