verbb / vizy

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

Reactor field placed within vizy block gets duplicated when block is dragged #15

Closed piotrpog closed 3 years ago

piotrpog commented 3 years ago

Before dragging:

image

After dragging:

image

engram-design commented 3 years ago

Similar to https://github.com/verbb/vizy/issues/12 there's some serious incompatibility issues with Redactor, and looking into what we can do.

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.4",
  "...": "..."
}

Then run composer update.

engram-design commented 3 years ago

Fixed in 1.0.5