Skip to content

Commit

Permalink
drop debugger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
WillsterJohnsonAtZenesis committed Nov 8, 2024
1 parent e0cbd4f commit ccf31a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/class/qxl/datagrid/ClippedScrollDataGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ qx.Class.define("qxl.datagrid.ClippedScrollDataGrid", {
* If it's not possible to center the item (i.e. we would have to scroll past the top), it is shown as close to the center as possible.
*/
scrollToSelection() {
debugger;
let selectedModel = this.getSelection().getLength() ? this.getSelection().getItem(0) : null;
if (!selectedModel) {
return;
Expand Down

0 comments on commit ccf31a3

Please sign in to comment.