This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Defer entered/leftView on platforms without MutationObserver (IE). Th…
…e polyfill for MO is flakey and since entered/leftView rely on it, they are too. To make these callbacks less flakey, we use a defer strategy to make sure the callbacks fire in the common case where an element is created and immediately inserted into dom.
- Loading branch information
Showing
1 changed file
with
57 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters