Commit 93523a5
adumesny
fixed cellHeight() check for no-op return
the code that checked for cell height and unit being the same was incorrect.
Testing Done: calling this should be no-op, but wasn't
this.grid.cellHeight( this.grid.cellHeight() );1 parent 10e141e commit 93523a5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1610 | 1610 | | |
1611 | 1611 | | |
1612 | 1612 | | |
1613 | | - | |
| 1613 | + | |
1614 | 1614 | | |
1615 | 1615 | | |
1616 | 1616 | | |
| |||
0 commit comments