From d14d1e867f83de631e7252ec5bdb2aa2dd870c8e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 17 May 2023 12:55:25 +0200 Subject: Fix figure detection --- library/src/layout/table.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'library/src/layout/table.rs') diff --git a/library/src/layout/table.rs b/library/src/layout/table.rs index 29e2edb8..9cd18b56 100644 --- a/library/src/layout/table.rs +++ b/library/src/layout/table.rs @@ -319,8 +319,4 @@ impl LocalName for TableElem { } } -impl Figurable for TableElem { - fn priority(&self, _styles: StyleChain) -> isize { - -1000 - } -} +impl Figurable for TableElem {} -- cgit v1.2.3