Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix "view as scrollable element" not working
The issue was due to cell output metadata being set to `undefined` by the Positron notebook controllers, causing the `scrollable` metadata to not be set here: https://github.com/posit-dev/positron/blob/54d791da6b5e015ff03a596a848c8893cf90d3bd/src/vs/workbench/contrib/notebook/browser/view/renderers/backLayerWebView.ts#L766.
- Loading branch information