awcodes / filament-tiptap-editor

A Rich Text Editor plugin for Filament Forms.
MIT License
249 stars 64 forks source link

Source Code duplicates color in style attribute #419

Closed rafalateneo closed 1 week ago

rafalateneo commented 1 week ago

Filament Version

v3.2.86

Plugin Version

v3.3.7

PHP Version

PHP 8.2.11

Problem description

Source Code duplicates all color values in style attribute after edit.

Expected behavior

Don't duplicate values of style attribute.

Steps to reproduce

  1. select some text in TipTap editor
  2. change text color using Color toolbar button
  3. click Source Code toolbar button
  4. click Confirm button
  5. click Source Code again to see duplicate of color attribute

Reproduction repository

No response

Relevant log output

No response