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

Fix: js error if you grab a block but don't move it anywhere #2488

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

Tofandel
Copy link
Contributor

@Tofandel Tofandel commented Feb 22, 2024

Description

Grabbing a block to move it but not actually moving it anywhere causes a js error

chunk-vendors.a68a3d70.js:31 TypeError: Cannot destructure property 'block' of 'this.nextMove' as it is undefined.
    at a.handleOnEnd (chunk-common.2efbae60.js:1:52456)

This PR fixes that

@ifox ifox merged commit c9e7f8c into area17:3.x Feb 27, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants