Improved _checkTypeOf().
This commit is contained in:
parent
4996f4a15f
commit
6a43eabeb4
1 changed files with 0 additions and 1 deletions
|
@ -267,7 +267,6 @@
|
||||||
_this.log('paste', docType, text)
|
_this.log('paste', docType, text)
|
||||||
|
|
||||||
if (docType == 'html') {
|
if (docType == 'html') {
|
||||||
text = '<div>' + text + '</div>' // to prevent multible dom object. we need it at level 0
|
|
||||||
if (_this.options.mode === 'textonly') {
|
if (_this.options.mode === 'textonly') {
|
||||||
if (!_this.options.multiline) {
|
if (!_this.options.multiline) {
|
||||||
text = App.Utils.htmlRemoveTags(text)
|
text = App.Utils.htmlRemoveTags(text)
|
||||||
|
|
Loading…
Reference in a new issue