You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/chunker/layout.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -547,8 +547,8 @@ class Layout {
547
547
letright=Math.floor(pos.right);
548
548
lettop=Math.round(pos.top);
549
549
letbottom=Math.floor(pos.bottom);
550
-
// Check if it overflow, the right of Rect is bounds.right + gap + bounds.width when tr break of table,so add || (right >= end && node.tagName === "TR")
0 commit comments