Skip to content

Commit 7fb1b34

Browse files
ibdafnagaborbernat
authored andcommitted
Bump lumino, disable autoScroll on datagrid fork
Signed-off-by: Itay Dafna <[email protected]>
1 parent b3a7478 commit 7fb1b34

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

js/core/datagrid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1949,7 +1949,7 @@ class DataGrid extends Widget {
19491949
* A message handler invoked on an `'activate-request'` message.
19501950
*/
19511951
protected onActivateRequest(msg: Message): void {
1952-
this.viewport.node.focus();
1952+
this.viewport.node.focus({preventScroll: false});
19531953
}
19541954

19551955
/**

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@lumino/algorithm": "^1.5.0",
6060
"@lumino/commands": "^1.14.0",
6161
"@lumino/coreutils": "^1.7.0",
62-
"@lumino/datagrid": "^0.24.0",
62+
"@lumino/datagrid": "^0.25.1",
6363
"@lumino/default-theme": "^0.12.0",
6464
"@lumino/domutils": "^1.4.0",
6565
"@lumino/messaging": "^1.6.0",

0 commit comments

Comments
 (0)