We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fbc79 commit 493c4eeCopy full SHA for 493c4ee
src/client/datascience/interactive-window/interactiveWindow.ts
@@ -259,7 +259,7 @@ export class InteractiveWindow extends InteractiveBase implements IInteractiveWi
259
break;
260
261
case InteractiveWindowMessages.ExportNotebookAs:
262
- this.handleMessage(message, payload, this.exportAs.bind);
+ this.handleMessage(message, payload, this.exportAs);
263
264
265
case InteractiveWindowMessages.HasCellResponse:
0 commit comments