8000 Quill line formatting inconsistency · Issue #251 · composablesys/collabs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Quill line formatting inconsistency #251
Closed
@mweidner037

Description

@mweidner037

Quill says "Many line formats are exclusive. For example Quill does not allow a line to simultaneously be both a header and a list, despite being possible to represent in the Delta format."

The rich-text demo does not handle this, instead allowing a line to have multiple formats. Quill apparently reacts by using the most recent format it received, which can cause inconsistencies across users.

To solve this, we could store all line formats under a single attribute "lineFormat", so that it we get a single LWW winner. However, I will have to check which of "Many" line formats are exclusive (hence need to grouped under "lineFormat").

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingpackage:demosdemos package

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0