Skip to content

Commit 488acc1

Browse files
committed
Fix custom renderer not being applied at all
1 parent ac97e76 commit 488acc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/html_parser.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ class HtmlParser extends StatelessWidget {
245245
newContext: newContext,
246246
style: tree.style,
247247
shrinkWrap: context.parser.shrinkWrap,
248-
child: builder,
248+
child: customRenderForElement,
249249
),
250250
);
251251
}

0 commit comments

Comments
 (0)