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
I'm on Quill 1.3.7 and links aren't getting converted with fromDelta. Basic use case is:
fromDelta((this.quill as any).editor.delta.ops)
Is there a different way I should be using this? Italics/bold/etc are working fine.
I noticed that the default converters check against LINK and don't do any kind of string case-normalization (i.e. toLower/UpperCase()). I'm going to try passing in my own converters to see if that's the issue but would love a nudge if maybe its just because I'm passing it the wrong thing or something. Given that I'm getting well formatted output w/ links just ignored I think I'm doing it right.
Update
Modified converters don't work either. I tried lower-casing the LINK attribute and it made no difference.
The text was updated successfully, but these errors were encountered:
I'm on Quill 1.3.7 and links aren't getting converted with
fromDelta
. Basic use case is:fromDelta((this.quill as any).editor.delta.ops)
Is there a different way I should be using this? Italics/bold/etc are working fine.
I noticed that the default converters check against
LINK
and don't do any kind of string case-normalization (i.e.toLower/UpperCase()
). I'm going to try passing in my own converters to see if that's the issue but would love a nudge if maybe its just because I'm passing it the wrong thing or something. Given that I'm getting well formatted output w/ links just ignored I think I'm doing it right.Update
Modified converters don't work either. I tried lower-casing the
LINK
attribute and it made no difference.The text was updated successfully, but these errors were encountered: