TF-733 Support strikeThrough style for rich text on web
This commit is contained in:
@@ -31,6 +31,10 @@ class RichTextWebController extends GetxController {
|
||||
if (settings.isUnderline) {
|
||||
listTextStyleApply.add(RichTextStyleType.underline);
|
||||
}
|
||||
|
||||
if (settings.isStrikethrough) {
|
||||
listTextStyleApply.add(RichTextStyleType.strikeThrough);
|
||||
}
|
||||
}
|
||||
|
||||
void applyRichTextStyle(RichTextStyleType textStyleType) {
|
||||
|
||||
Reference in New Issue
Block a user