The Autoformat feature should not require the Bold, Italic, etc. features #2365
Labels
package:autoformat
type:improvement
This issue reports a possible enhancement of an existing feature.
Milestone
The idea was that it will enable autoformatting for the other features, if they are enabled.
This means that we need to check whether the other features are enabled. I thought that we'd be able to do that in the
Autoformat.init()
method, but unfortunately, this won't be reliable. We need to check this later on, on the runtime. Alternatively, we need to introduce some "post init" event in the editor.The text was updated successfully, but these errors were encountered: