visual-space / visual-editor

Rich text editor for Flutter based on Delta format (Quill fork)
MIT License
283 stars 44 forks source link

Documents - StyleM, Attributes, wrong type signature #152

Closed adrian-moisa closed 1 year ago

adrian-moisa commented 1 year ago

Attributes map is missing optional. Therefore any client code believes that this map will always yield an attribute.

image

The task is to patch it and fix all places where this code is used.

image
adrian-moisa commented 1 year ago

Fixed by Sebastian