Skip to content

Commit ee3eb73

Browse files
committed
Remove comment-out temporary code
1 parent a733289 commit ee3eb73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/html_parser.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,6 @@ class HtmlParser extends StatelessWidget {
347347
childSpan.style == null
348348
? childStyle
349349
: childStyle.merge(childSpan.style)),
350-
// style: (childSpan.style ?? TextStyle())
351-
// .merge(newContext.style.generateTextStyle()),
352350
semanticsLabel: childSpan.semanticsLabel,
353351
recognizer: TapGestureRecognizer()
354352
..onTap = () => onLinkTap?.call(tree.href),

0 commit comments

Comments
 (0)