diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-05-17 12:55:25 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-05-17 12:55:25 +0200 |
| commit | d14d1e867f83de631e7252ec5bdb2aa2dd870c8e (patch) | |
| tree | 0bd1b391c704ba2776810cfe6e6a5c4361263514 /library/src/layout | |
| parent | 88cb8c26264713d6914c74226c962d4377b64668 (diff) | |
Fix figure detection
Diffstat (limited to 'library/src/layout')
| -rw-r--r-- | library/src/layout/table.rs | 6 |
1 files changed, 1 insertions, 5 deletions
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 {} |
