From ccf31a3d454338d2dd58661689c769e232f5738c Mon Sep 17 00:00:00 2001 From: WillsterJohnsonAtZenesis Date: Fri, 8 Nov 2024 12:36:16 +0000 Subject: [PATCH] drop debugger statement --- source/class/qxl/datagrid/ClippedScrollDataGrid.js | 1 - 1 file changed, 1 deletion(-) diff --git a/source/class/qxl/datagrid/ClippedScrollDataGrid.js b/source/class/qxl/datagrid/ClippedScrollDataGrid.js index 4fc5339..3e05ec7 100644 --- a/source/class/qxl/datagrid/ClippedScrollDataGrid.js +++ b/source/class/qxl/datagrid/ClippedScrollDataGrid.js @@ -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;