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
Minor CSS style fixes for when panel is displayed in top left or top right corner.
New prop delayCheck where you can pass an integer to delay the initial check of a page. Helpful if there is any slow loading JavaScript on the page. Default value is 0.
New helper methods.
sa11y.disabled(); to close the panel and add a disabled attribute to the main toggle.
sa11y.enabled(); to re-enable or remove the disabled attribute from the main toggle.