Skip to content

Commit

Permalink
Change mime type to add closure parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhu94 committed Jun 1, 2019
1 parent 75b45d7 commit ad5faf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cells/src/widget.ts
Expand Up @@ -154,7 +154,7 @@ const RENDER_TIMEOUT = 1000;
/**
* The mime type for attachments
*/
const ATTACHMENTS_MIME = 'application/vnd.jupyter.attachments';
const ATTACHMENTS_MIME = 'application/vnd.jupyter.attachments;closure=true';

/******************************************************************************
* Cell
Expand Down
2 changes: 1 addition & 1 deletion packages/filebrowser/src/listing.ts
Expand Up @@ -119,7 +119,7 @@ const CONTENTS_MIME = 'application/x-jupyter-icontents';
/**
* The mime type for attachments
*/
const ATTACHMENTS_MIME = 'application/vnd.jupyter.attachments';
const ATTACHMENTS_MIME = 'application/vnd.jupyter.attachments;closure=true';

/**
* The class name added to drop targets.
Expand Down

0 comments on commit ad5faf6

Please sign in to comment.