area17 / twill

Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/cnWk7EFv8R.
https://twillcms.com
Apache License 2.0
3.72k stars 568 forks source link

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

Closed Tofandel closed 6 months ago

Tofandel commented 6 months ago

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