Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] DRY out enableInteractives call
Setting isCellEntered to true already makes that same call, so *should* have that same effect as long as we're consistent about changing logic via isCellEntered This also fixes elastic#4384, which was a focus-lock issue caused focusin/focusout events firing multiple times. Now with the setIsCellEntered change, focus does not fire repeatedly
- Loading branch information