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
Right now the command exposes all the HeadingOption's properties – modelElement, viewElement, title. Only the first is used, the rest are there for no reason.
The text was updated successfully, but these errors were encountered:
Other: Removed `HeadingCommand`'s properties which were exposed unnecessarily. Closes #78.
BREAKING CHANGE: The `HeadingCommand` constructor's second parameter was changed from the options object to the `modelElement` alone.
NOTE: The `HeadingOption` interface was moved to the `heading/heading` module.
Right now the command exposes all the
HeadingOption
's properties –modelElement
,viewElement
,title
. Only the first is used, the rest are there for no reason.The text was updated successfully, but these errors were encountered: