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

VuetifyTiptap sets internally "font-size: 20pxpx" #275

Closed freesoul closed 7 months ago

freesoul commented 7 months ago

Duplicated "px" on load, which does not happen with VuetifyViewer

Steps:

  1. <VuetifyTiptap
      v-else
      :modelValue="modelValue"
      @update:modelValue="updateModelValue"
    />
  2. load with

<p>sdfsd<span style="font-size: 72px">sdfsd</span></p>

  1. Edit the text, it will convert to: <p>sdfsd<span style="font-size: 72pxpx">sdfsd</span></p>
yikoyu commented 7 months ago

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

The release is available on:

Your semantic-release bot :package::rocket: