Ready event fix, YouTube play event fix, docs update
This commit is contained in:
@ -202,7 +202,7 @@ const listeners = {
|
||||
|
||||
// Delay the adding of classname until the focus has changed
|
||||
// This event fires before the focusin event
|
||||
window.setTimeout(() => {
|
||||
setTimeout(() => {
|
||||
utils.toggleClass(utils.getFocusElement(), this.config.classNames.tabFocus, true);
|
||||
}, 0);
|
||||
});
|
||||
|
Reference in New Issue
Block a user