Skip to content

Commit

Permalink
Update packages/vscode-extension/src/webview/components/Preview.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
filip131311 authored Oct 10, 2024
1 parent 2dff65d commit b50acf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ function Preview({

useEffect(() => {
// this is a fix that disables context menu on windows https://github.com/microsoft/vscode/issues/139824
// there is an active backlog item that changes the bahaviour of context menu, so it might not be necessery
// there is an active backlog item that aims to change the behavior of context menu, so it might not be necessary
// in the future https://github.com/microsoft/vscode/issues/225411
function onContextMenu(e) {
e.stopImmediatePropagation();
Expand Down

0 comments on commit b50acf5

Please sign in to comment.