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