streaksheet
Advanced tools
Comparing version 0.8.10 to 0.8.11
@@ -319,2 +319,6 @@ "use strict"; | ||
if (selectedRows.length === 0) { | ||
return 'none'; | ||
} | ||
if (selectedRows.length >= section.rowCountHint) { | ||
@@ -321,0 +325,0 @@ return 'all'; |
{ | ||
"name": "streaksheet", | ||
"version": "0.8.10", | ||
"version": "0.8.11", | ||
"author": "Chris Cowan <agentme49@gmail.com>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
690049
5979