[Document lists] The list style UI should call only the listStyle command #11164
Labels
package:list
squad:core
Issue to be handled by the Core team.
type:task
This issue reports a chore (non-production change) and other types of "todos".
Milestone
Currently it calls two commands:
ckeditor5/packages/ckeditor5-list/src/listpropertiesui.js
Lines 234 to 235 in aca6ab6
This makes little sense. E.g. in case of integration with TC, there will be two suggestions that could be accepted independently.
Try moving the first line into the
ListStyleCommand#execute()
.The idea is that moving that line there should not affect the UX (what the user will get). The goal is to clean up this situation before we implement list properties for #2973.
The text was updated successfully, but these errors were encountered: