You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When selecting an entire ordered or unordered list and applying a font/style change (e.g., bold, font family, size), the change only applies to a single list item (<li>), while the remaining items keep their original formatting.
Steps to Reproduce:
Create an ordered or unordered list with multiple items.
Select the entire list (including all items).
Change the font or apply a style (e.g., font family, bold, color).
Observe that only one item in the list changes; others keep the previous style.
Expected Behavior:
When the full list is selected, the font/style change should apply to all list items in the selection.
Package: jodit-react ^5.2.19
Occurs with both ordered and unordered lists
fenia-byte, GevorGSM, Arman-mart, anahit-grigoryan and mikayel00