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
{{ message }}
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
The withText method in the Blockquote class doesn't do anything currently. The content saved to the text property is not used anywhere and the isValid method returns always false. This is because they are using the parent TextContainer's methods.
One way of solving this would be to make withText a simple wrapper around appendText, the other is to make a custom isValid method and modify the toDOMElement method to use the text property.
The text was updated successfully, but these errors were encountered:
The withText method in the Blockquote class doesn't do anything currently. The content saved to the text property is not used anywhere and the isValid method returns always false. This is because they are using the parent TextContainer's methods.
One way of solving this would be to make withText a simple wrapper around appendText, the other is to make a custom isValid method and modify the toDOMElement method to use the text property.
The text was updated successfully, but these errors were encountered: