Skip to content

Commit 493c4ee

Browse files
Fix export from interactive (#14224) (#198)
1 parent 60fbc79 commit 493c4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/datascience/interactive-window/interactiveWindow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ export class InteractiveWindow extends InteractiveBase implements IInteractiveWi
259259
break;
260260

261261
case InteractiveWindowMessages.ExportNotebookAs:
262-
this.handleMessage(message, payload, this.exportAs.bind);
262+
this.handleMessage(message, payload, this.exportAs);
263263
break;
264264

265265
case InteractiveWindowMessages.HasCellResponse:

0 commit comments

Comments
 (0)