summaryrefslogtreecommitdiff
path: root/library/src/layout/table.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-05-17 12:55:25 +0200
committerLaurenz <laurmaedje@gmail.com>2023-05-17 12:55:25 +0200
commitd14d1e867f83de631e7252ec5bdb2aa2dd870c8e (patch)
tree0bd1b391c704ba2776810cfe6e6a5c4361263514 /library/src/layout/table.rs
parent88cb8c26264713d6914c74226c962d4377b64668 (diff)
Fix figure detection
Diffstat (limited to 'library/src/layout/table.rs')
-rw-r--r--library/src/layout/table.rs6
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 {}