verbb / vizy

A flexible visual editor for Craft CMS
Other
44 stars 8 forks source link

Node still showing after deletion #69

Closed adrienpicard closed 3 years ago

adrienpicard commented 3 years ago

Description This might be an edge case, but when a node (here blockquote) is placed between two Vizy Blocks and then removed, it's not entirely deleted.

Steps to reproduce https://cln.sh/EX1RGt

engram-design commented 3 years ago

Fixed for the next release. To get the fix early, change your verbb/vizy requirement in composer.json to:

"require": {
  "verbb/vizy": "dev-craft-3 as 1.0.5",
  "...": "..."
}

Then run composer update.

engram-design commented 3 years ago

Fixed in 1.0.6