From 133d792631cad0ce7d181d1b4c49ca40f457e315 Mon Sep 17 00:00:00 2001 From: nciont Date: Tue, 5 Feb 2019 01:39:41 +0300 Subject: [PATCH] fix: avoid blocking first input event in IE when it shouldn't (#9297) - the original bug in #7138 only happens for ``, + }) + triggerEvent(vm.$el, 'input') + setTimeout(() => { + expect(vm.evtCount).toBe(1) + done() + }, 17) + }) } })