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.63k stars 560 forks source link

Clicking cancel in the block editor deletes all the unsaved blocks #2571

Closed maicol07 closed 1 month ago

maicol07 commented 3 months ago

Description

When in the block editor you click cancel during block editing, Twill removes all the unsaved blocks from the editor, resulting in a loss

Steps to reproduce

  1. Enter the block editor
  2. Add two blocks
  3. Edit the second block and click Cancel
  4. See the two new blocks are removed.

Expected result

Unsaved blocks are kept

Actual result

Unsaved blocks are removed

Versions

Twill: dev-laravel-11-support Laravel: 11 PHP: 8.3.4 DB: MariaDB