Skip to content

Commit

Permalink
fix(Tinebase): editorgrid looses current edit on scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusweiss committed Oct 4, 2024
1 parent f131313 commit 1992849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tine20/library/ExtJS/src/widgets/grid/EditorGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ grid.on('validateedit', function(e) {

this.on('beforeedit', this.onBeforeEdit, this);

this.getGridEl().on('mousewheel', this.stopEditing.createDelegate(this, [true]), this);
// this.getGridEl().on('mousewheel', this.stopEditing.createDelegate(this, [false]), this);
this.on('columnresize', this.stopEditing, this, [true]);

if(this.clicksToEdit === 1){
Expand Down

0 comments on commit 1992849

Please sign in to comment.