verbb / vizy

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

Can't add a new vizy block when in preview mode #164

Closed anchovy closed 1 year ago

anchovy commented 1 year ago

Describe the bug

When I'm previewing a edit and I click on the '+' in the vizy field to add a new block nothing happens

Steps to reproduce

  1. Edit & preview a page with a vizy block
  2. Click on the '+' to add a new block
  3. Nothing happens

Craft CMS version

Craft Pro 3.7.46

Plugin version

1.0.16

Multi-site?

No

Additional context

No response

engram-design commented 1 year 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.16",
  "...": "..."
}

Then run composer update.

engram-design commented 1 year ago

Fixed in 1.0.17