Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

endCurrentTransform severe bug #9498

Closed
ShaMan123 opened this issue Nov 17, 2023 · 0 comments · Fixed by #9596 · May be fixed by #9500
Closed

endCurrentTransform severe bug #9498

ShaMan123 opened this issue Nov 17, 2023 · 0 comments · Fixed by #9596 · May be fixed by #9500

Comments

@ShaMan123
Copy link
Contributor

// @ts-expect-error this method exists in the subclass - should be moved or declared as abstract
this.endCurrentTransform(e);

This is a bug because e is optional but endCurrentTransform does not accept an optional param causing a exception

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant