Skip to content

Commit deac075

Browse files
committed
Add todo item
1 parent cf9c684 commit deac075

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/layout_element.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ LayoutElement parseLayoutElement(
292292
return DetailsContentElement(
293293
node: element,
294294
name: element.localName,
295+
//todo
296+
//need to remove the summary tag itself before passing the children to the widget build function somehow
295297
children: element.children.first.localName == "summary" ? children : children,
296298
title: element.children
297299
);

0 commit comments

Comments
 (0)