File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ const htmlData = """
7878 </tr>
7979 </tbody>
8080 <tfoot>
81- <tr><td colspan='3'><img src='https://flutter.dev/assets/flutter-lockup-1caf6476beed76adec3c477586da54de6b552b2f42108ec5bc68dc63bae2df75.png' /> </td></tr>
81+ <tr><td>fData</td><td>fData</td><td>fData </td></tr>
8282 </tfoot>
8383 </table>
8484 <h3>Custom Element Support:</h3>
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ class ImageContentElement extends ReplacedElement {
143143 newContext: context,
144144 shrinkWrap: context.parser.shrinkWrap,
145145 child: RawGestureDetector (
146- child: IntrinsicHeight (child : imageWidget) ,
146+ child: imageWidget,
147147 gestures: {
148148 MultipleTapGestureRecognizer : GestureRecognizerFactoryWithHandlers <
149149 MultipleTapGestureRecognizer >(
You can’t perform that action at this time.
0 commit comments