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
Would you like to provide a PR to fix this issue? Would be nice 👍
This is my first interaction with the library, so it will take me a bit time to figure out the solution, to fix the root cause.
I would assume that there needs to be a prioritization on JsonInsert listeners being processed before attribute listeners as it works perfectly fine with my workaround. I will tinker more and see if I can wrap my head around processor behavior.
Describe the bug
Wrapping custom Blot using json value to bold renders the json as string. This does not happen when not wrapped in bold.
The delta code which generates the Problem
Example:
The expected html output the delta should produce
Example:
Expected behavior
Bold attribute listener should not mess up the value. jsonInsert needs to process before the attributes
Additional context
To fix the problem I did following:
The text was updated successfully, but these errors were encountered: