Update remixGuide.tsx

pull/4817/head
Liana Husikyan 5 months ago committed by GitHub
parent 014607644f
commit 1424fad2ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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