Skip to content

Commit

Permalink
Temporarily disable colspan/rowspan generation
Browse files Browse the repository at this point in the history
This is so we can merge the infrastuctural changes while we get on with
making the selection engine understand merged cells.
  • Loading branch information
alaricsp committed Sep 12, 2024
1 parent dd50f12 commit fef8bd3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/importer/sheets.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ exports.GetHeader = (session) => {
};

function processMergedCells(wantedColumns, preview) {
// FIXME: Disable colspan/rowspan generation for now, until
// selectable_table.js is able to correctly handle selections across them.

return preview;

// Pre-process colspan/rowspan attributes in cells, so the nunjucks macro
// that makes an HTML table doesn't need to do clever things

Expand Down

0 comments on commit fef8bd3

Please sign in to comment.