diff options
Diffstat (limited to 'components/layout_2020/flow/construct.rs')
-rw-r--r-- | components/layout_2020/flow/construct.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/layout_2020/flow/construct.rs b/components/layout_2020/flow/construct.rs index 0c8982cb005..d61804751b0 100644 --- a/components/layout_2020/flow/construct.rs +++ b/components/layout_2020/flow/construct.rs @@ -487,6 +487,8 @@ where .unwrap() .traverse(self.context, info, self); + self.finish_anonymous_table_if_needed(); + let mut inline_box = self .ongoing_inline_boxes_stack .pop() |