Skip to content

Commit

Permalink
Change the scrollHeadingToTop setting to avoid behaviour change in …
Browse files Browse the repository at this point in the history
…patch release

and add a note about upcoming change in the next minor release
  • Loading branch information
krassowski committed Dec 27, 2023
1 parent 6d16765 commit 3fd8d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/notebook-extension/schema/tracker.json
Original file line number Diff line number Diff line change
Expand Up @@ -741,9 +741,9 @@
},
"scrollHeadingToTop": {
"title": "Scroll heading to top",
"description": "Whether to scroll heading to the document top when selecting it in the table of contents.",
"description": "Whether to scroll heading to the document top when selecting it in the table of contents. Starting with JupyterLab 4.1 this setting will be enabled by default.",
"type": "boolean",
"default": true
"default": false
},
"showEditorForReadOnlyMarkdown": {
"title": "Show editor for read-only Markdown cells",
Expand Down

0 comments on commit 3fd8d58

Please sign in to comment.