mirror of
https://github.com/google/blockly.git
synced 2026-01-20 15:27:09 +01:00
fix(tests): revert change in marker_svg to keep keyboard nav tests working (#6457)
This commit is contained in:
@@ -181,7 +181,8 @@ export class MarkerSvg {
|
||||
// Ensures the marker will be visible immediately after the move.
|
||||
const animate = this.currentMarkerSvg!.childNodes[0];
|
||||
if (animate !== undefined) {
|
||||
animate instanceof SVGAnimationElement && animate.beginElement();
|
||||
(animate as SVGAnimationElement).beginElement &&
|
||||
(animate as SVGAnimationElement).beginElement();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user