mirror of
https://github.com/zotero/zotero.git
synced 2026-09-17 23:51:18 +00:00
Scaffold: Disable sticky headers in Tests editor
This commit is contained in:
parent
b029e561f3
commit
c031e1fbbd
1 changed files with 2 additions and 1 deletions
|
|
@ -323,7 +323,8 @@ var Scaffold = new function () {
|
|||
});
|
||||
|
||||
editor.updateOptions({
|
||||
links: false
|
||||
links: false,
|
||||
stickyScroll: { enabled: false }
|
||||
});
|
||||
|
||||
monaco.languages.registerCodeLensProvider('json', this.createTestCodeLensProvider(monaco, editor));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue