File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ class FeatherGridMouseHandler extends BasicMouseHandler {
150150 const isMenuRow =
151151 ( hit . region === 'column-header' &&
152152 hit . row ==
153- this . _grid . grid . dataModel ! . rowCount ( 'column-header' ) - 1 ) ||
153+ this . _grid . grid . dataModel ! . rowCount ( 'column-header' ) - 1 ) ||
154154 ( hit . region === 'corner-header' && hit . row === 0 ) ;
155155
156156 const isMenuClick =
@@ -908,8 +908,8 @@ export class FeatherGrid extends Widget {
908908 return this . _renderers . hasOwnProperty ( columnName )
909909 ? this . _renderers [ columnName ]
910910 : cellRegion === 'row-header'
911- ? this . _rowHeaderRenderer
912- : this . _defaultRenderer ;
911+ ? this . _rowHeaderRenderer
912+ : this . _defaultRenderer ;
913913 }
914914
915915 private _updateGridRenderers ( ) {
You can’t perform that action at this time.
0 commit comments