Skip to content

Commit c5517eb

Browse files
committed
statusbar
1 parent cd00f9c commit c5517eb

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

plugins/JSSV8/dist/statusbar.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/JSSV8/src/statusbar/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Plugin statusbar for JSpreadsheet Pro
33
*
4-
* @version 2.3.3
4+
* @version 2.3.4
55
* @author Guillaume Bonnaire <contact@gbonnaire.fr>
66
* @website https://repo.gbonnaire.fr
77
* @summary Add status bar on bottom of JSpreadsheet
@@ -163,7 +163,6 @@
163163
if (worksheet.options.allowInsertRow) {
164164
// Detect if need insert or add the end
165165
if((worksheet.getSelectedRows(true).length == 1 && worksheet.getSelectedColumns().length == worksheet.options.data[0].length) || plugin.options.closeInsertionOnly) {
166-
console.log(parseInt(inputAddQuantity.value), getMaxPosition(worksheet.getSelectedRows(true)), Math.max(...worksheet.getSelectedRows(true)), worksheet.getSelectedRows(true));
167166
worksheet.insertRow(parseInt(inputAddQuantity.value), getMaxPosition(worksheet.getSelectedRows(true)));
168167
} else {
169168
worksheet.goto(worksheet.options.data.length,getMinPosition(worksheet.getSelectedColumns()));

plugins/JSSV8/src/statusbar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"jspreadsheet": ">9.0.0"
2929
},
3030
"main": "index.js",
31-
"version": "2.3.3"
31+
"version": "2.3.4"
3232
}

plugins/JSSV8/src/statusbar/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Plugin CSS status bar for Jspreadsheet Pro
33
*
4-
* @version 2.3.3
4+
* @version 2.3.4
55
* @author Guillaume Bonnaire <contact@gbonnaire.fr>
66
* @website https://repo.gbonnaire.fr
77
*

0 commit comments

Comments
 (0)