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
Found out after ckeditor/ckeditor5-basic-styles#94 got merged. The prepareToAttribute() converter exits when in a config.view only a name of an element was defined. That check didn't account for the possibility of a function being provided. This would wrongly mark such definitions as with an only name defined and wasn't converting an attribute properly.
This fix is simple and only needs some tests to be written.
The text was updated successfully, but these errors were encountered:
Found out after ckeditor/ckeditor5-basic-styles#94 got merged. The
prepareToAttribute()
converter exits when in aconfig.view
only a name of an element was defined. That check didn't account for the possibility of afunction
being provided. This would wrongly mark such definitions as with an only name defined and wasn't converting an attribute properly.This fix is simple and only needs some tests to be written.
The text was updated successfully, but these errors were encountered: