You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the object to focus to is an SVG element the .focus() call throws an error since the element does not support focus. The error is on line 461: $el.data('focusedelementbeforepopup').focus();
I have resolved this issue in my branch (commit: a235147).
The text was updated successfully, but these errors were encountered:
If the object to focus to is an SVG element the .focus() call throws an error since the element does not support focus. The error is on line 461: $el.data('focusedelementbeforepopup').focus();
I have resolved this issue in my branch (commit: a235147).
The text was updated successfully, but these errors were encountered: