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
fix(test): drop image inside table cell instead of viewport center
The trailing separator paragraph added after tables caused the
synthetic drop at viewport center to land outside the cell. Target
the rendered `.superdoc-table-fragment` element so the drop
coordinates are inside the cell and getMaxContentSize() picks up the
cell context.
0 commit comments