Skip to content

Commit

Permalink
updating html hash
Browse files Browse the repository at this point in the history
  • Loading branch information
swordensen committed Apr 5, 2024
1 parent 6688ec6 commit 6a474cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/vs/workbench/contrib/webview/browser/pre/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">

<meta http-equiv="Content-Security-Policy"
content="default-src 'none'; script-src 'sha256-P8o4sb+/oKsV3qM+wxe7VdC9SD4w9o5fftHmyimE/eU=' 'self'; frame-src 'self'; style-src 'unsafe-inline';">
content="default-src 'none'; script-src 'sha256-XNmwvhlWm1sr2KGKuqfJIq1Q7WKQrsUlc4WxISoM1BM=' 'self'; frame-src 'self'; style-src 'unsafe-inline';">

<!-- Disable pinch zooming -->
<meta name="viewport"
Expand Down Expand Up @@ -793,7 +793,6 @@


function handleInnerDragEvent(/** @type {DragEvent} */ e) {
console.log(e);
if (!e.dataTransfer) {
return;
}
Expand Down Expand Up @@ -896,7 +895,6 @@
window.addEventListener('dragover', handleInnerDragEvent);
window.addEventListener('drag', handleInnerDragEvent);


onDomReady(() => {
if (!document.body) {
return;
Expand Down

0 comments on commit 6a474cb

Please sign in to comment.