We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae59067 commit a2e1e5eCopy full SHA for a2e1e5e
src/vs/workbench/contrib/notebook/browser/view/renderers/webviewPreloads.ts
@@ -341,7 +341,7 @@ async function webviewPreloads(ctx: PreloadContext) {
341
}
342
const activeElement = window.document.activeElement;
343
if (activeElement?.tagName === 'INPUT' || activeElement?.tagName === 'TEXTAREA') {
344
- e.preventDefault(); // We will handle selection in editor code.
+ // The input element will handle this.
345
return;
346
347
0 commit comments