@ -28,8 +28,6 @@ export class RemixGuidePlugin extends ViewPlugin {
handleKeyDown: any
handleEscape: any
//sectionToExpandedCell: [string, string][]; // Array of pairs where key is the section name and the second value is the name of the cell
constructor(appManager: RemixAppManager) {
super(profile)
this.appManager = appManager
@ -47,7 +47,6 @@ export const ModalDialog = (props: ModalDialogProps) => {
}
const modalKeyEvent = (keyCode) => {
console.log("modal key", keyCode)
if (keyCode === 27) {
// Esc
if (props.cancelFn) props.cancelFn()