Tags: spncrgr/vscode
Tags
Fix Webview scroll position preserve broken (microsoft#21531) **Bug** Some regression since 1.9 caused the scroll preserve behavior of webviews to stop working in certain cases. There appears to be a race condition where `newFrame.contentDocument.body` does not exist when the scroll update code is called **Fix** Instead of using a timeout, update the scroll position when `DOMContentLoaded` is fired from the webview window Fixes microsoft#21491
Ctrl + C doesn't work anymore (after updating to latest version) (fixes microsoft#17232)