Skip to content

Conversation

Cobolt77
Copy link

Adding the missing Header attributes for Headers.
Adding support for superscript.
Adding support for subscript.

@the-airbender the-airbender self-assigned this Nov 15, 2023
case ToolBarStyle.headerTwo:
return {'format': 'header', 'value': isActive ? 2 : 4};
case ToolBarStyle.headerThree:
return {'format': 'header', 'value': isActive ? 3 : 4};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whenever we deselect any header value its selects the h4 by default
so value should be false when any header is not selected
So Please change value is notActive as false instead of 4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants