Skip to content

Commit bd4cb36

Browse files
committed
Merge PR #79 into 17.0
Signed-off-by pedrobaeza
2 parents e7b0703 + 2265535 commit bd4cb36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spreadsheet_oca/static/src/spreadsheet/bundle/spreadsheet_action.esm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ export class ActionSpreadsheetOca extends Component {
147147
while (row >= 0) {
148148
for (var col = maxcols; col >= 0; col--) {
149149
if (
150-
spreadsheet_model.getters.getCell(sheetId, col, row) !==
150+
spreadsheet_model.getters.getCell({ sheetId, col, row }) !==
151151
undefined &&
152-
!spreadsheet_model.getters.getCell(sheetId, col, row).isEmpty()
152+
spreadsheet_model.getters.getCell({ sheetId, col, row }).content
153153
) {
154154
filled = true;
155155
break;

0 commit comments

Comments
 (0)