diff --git a/src/view/element-own-attached.js b/src/view/element-own-attached.js index 7343e80a..ee59ae63 100644 --- a/src/view/element-own-attached.js +++ b/src/view/element-own-attached.js @@ -158,7 +158,7 @@ function elementOwnAttached() { switch (this.tagName) { case 'input': case 'textarea': - if (isBrowser && window.CompositionEvent) { + if (isBrowser) { elementOnEl(this, 'change', inputOnCompositionEnd); elementOnEl(this, 'compositionstart', inputOnCompositionStart); elementOnEl(this, 'compositionend', inputOnCompositionEnd);