From 0fb03b7831693b4abc90dd0bfe971c36c02d82a6 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) + }) } })