diff options
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 {} |
