yikoyu / vuetify-pro-tiptap

A Rich Text Editor (WYSIWYG) for Vue3 with tiptap & Vuetify.
https://yikoyu.github.io/vuetify-pro-tiptap/
MIT License
159 stars 23 forks source link

characterCount: false throws an error #272

Closed orieuxe closed 7 months ago

orieuxe commented 7 months ago

I wanted to hide the bottom toolbar using characterCount: false

reproduction : https://codesandbox.io/p/devbox/broken-fire-mfg45y?file=%2Fsrc%2Ftiptap.ts

Uncaught TypeError: Cannot read properties of undefined (reading 'words') at /_nuxt/node_modules/.cache/vite/client/deps/vuetify-pro-tiptap.js?v=12eabd0b:14502:102 at ...

yikoyu commented 7 months ago

:tada: This issue has been resolved in version 2.4.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

orieuxe commented 7 months ago

Hi thanks for the quick fix and this awesome package ❤️