Skip to content

Commit 6795b18

Browse files
committed
Remove data attribute that is not needded anymore
1 parent 73bc32c commit 6795b18

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ const plugin: JupyterFrontEndPlugin<void> = {
5757
widget.title.caption = trans.__('Local File System');
5858
widget.title.icon = listIcon;
5959

60-
// Adding a data attribute
61-
widget.node.setAttribute('data-is-filesystem-access', '');
62-
6360
const openDirectoryButton = new ToolbarButton({
6461
icon: folderIcon,
6562
onClick: async () => {

0 commit comments

Comments
 (0)