Improved _checkTypeOf().

This commit is contained in:
Martin Edenhofer 2016-06-24 14:23:19 +02:00
parent 4996f4a15f
commit 6a43eabeb4

View file

@ -267,7 +267,6 @@
_this.log('paste', docType, text)
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.multiline) {
text = App.Utils.htmlRemoveTags(text)