Skip to content

Commit

Permalink
added or to size clear
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Germaneri committed Dec 5, 2016
1 parent adb3030 commit 35021ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -917,8 +917,8 @@
}
}
if (attributes.saveAppearance
&& Object.keys(sizes.rows).length > 0
&& Object.keys(sizes.columns).length > 0) {
&& (Object.keys(sizes.rows).length > 0
|| Object.keys(sizes.columns).length > 0)) {
menuItems.push({
title: 'Reset column and row sizes',
click: function (e) {
Expand Down

0 comments on commit 35021ab

Please sign in to comment.