verbb / vizy

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

Gap cursor extension not imported #92

Closed robinbisping closed 2 years ago

robinbisping commented 2 years ago

At the moment, the gap cursor extension is not imported due to a typo.

Line 46 in VizyInput.vue should be

import Gapcursor from '@tiptap/extension-gapcursor';

instead of

import Gapcursor from '@tiptap/extension-dropcursor';
engram-design commented 2 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.8",
  "...": "..."
}

Then run composer update.

engram-design commented 2 years ago

Fixed in 1.0.9