Update remixGuide.tsx

pull/5370/head
Liana Husikyan 8 months ago committed by GitHub
parent 42c18bf36f
commit 6b2ed6edcc
  1. 1
      apps/remix-ide/src/app/plugins/remixGuide.tsx

@ -47,7 +47,6 @@ export class RemixGuidePlugin extends ViewPlugin {
// Read the data
this.payload.data = Data
this.handleKeyDown = (event) => {
console.log("key down")
if (event.key === 'Escape') {
this.showVideo = false
this.renderComponent()

Loading…
Cancel
Save