Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
freesoul opened this issue Jan 30, 2024 · 1 comment
Closed

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

freesoul opened this issue Jan 30, 2024 · 1 comment
Labels

Comments

@freesoul
Copy link

freesoul commented Jan 30, 2024

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

Steps:
1.

    <VuetifyTiptap
      v-else
      :modelValue="modelValue"
      @update:modelValue="updateModelValue"
    />
  1. 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>
@freesoul freesoul reopened this Jan 30, 2024
@yikoyu yikoyu closed this as completed in bae62e7 Jan 31, 2024
yikoyu pushed a commit that referenced this issue Jan 31, 2024
## [2.4.3](v2.4.2...v2.4.3) (2024-01-31)

### Bug Fixes

* **font-size:** "font-size" loading, duplicate "px" appears ([bae62e7](bae62e7)), closes [#275](#275)
@yikoyu
Copy link
Owner

yikoyu commented Jan 31, 2024

🎉 This issue has been resolved in version 2.4.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants