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
fix(clipboard): not restoring focus to SVG elements
When the clipboard is copying something, focus is temporarily moved to a `textarea` and moved back. The logic that moves it checks whether the previous element was an `HTMLElement`, but that doesn't cover returning focus to an SVG element.
0 commit comments