Context menu listener breaks when a SVG element is present
In the ContextMenu
(possible elsewhere as well) e.target.className
is expected to be string, but for SVG, it is an instance of SVGAnimatedString.
In the ContextMenu
(possible elsewhere as well) e.target.className
is expected to be string, but for SVG, it is an instance of SVGAnimatedString.
changed the description
changed milestone to %v12.0.0
mentioned in merge request !290 (merged)
closed via merge request !290 (merged)
closed via commit d3561ac2
mentioned in commit d3561ac2