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
avoidInlineStyle option
Usually when you update the style of the component this changes the element's style attribute. Unfortunately, inline styling doesn't allow use of media queries (@media) or pseudo selectors (eg. :hover). When avoidInlineStyle is true all styles are inserted inside css rules
New Keymaps module
Avoid component:add event propagation with temporary adds