We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9c684 commit deac075Copy full SHA for deac075
lib/src/layout_element.dart
@@ -292,6 +292,8 @@ LayoutElement parseLayoutElement(
292
return DetailsContentElement(
293
node: element,
294
name: element.localName,
295
+ //todo
296
+ //need to remove the summary tag itself before passing the children to the widget build function somehow
297
children: element.children.first.localName == "summary" ? children : children,
298
title: element.children
299
);
0 commit comments