Skip to content

Commit

Permalink
adding harmless change to see if this causes smoketests and integrati…
Browse files Browse the repository at this point in the history
…on tests to fail
  • Loading branch information
swordensen committed Apr 6, 2024
1 parent 1baf483 commit ceb55f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/workbench/contrib/webview/browser/pre/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,7 @@
};

function handleInnerDragStartEvent(/** @type {DragEvent} */ e) {
console.log('adding harmless change to see if the SHA is causing my builds to fail')
if (e.defaultPrevented) {
// Extension code has already handled this event
return;
Expand Down

0 comments on commit ceb55f9

Please sign in to comment.