Skip to content

Commit 11c0b60

Browse files
committed
re microsoft#104196. bring back list 3d transform.
1 parent 0625bc3 commit 11c0b60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/notebook/browser/notebookEditorWidget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ export class NotebookEditorWidget extends Disposable implements INotebookEditor
391391
multipleSelectionSupport: false,
392392
enableKeyboardNavigation: true,
393393
additionalScrollHeight: 0,
394-
transformOptimization: false,
394+
transformOptimization: true,
395395
styleController: (_suffix: string) => { return this._list!; },
396396
overrideStyles: {
397397
listBackground: editorBackground,

0 commit comments

Comments
 (0)