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 73bc32c commit 6795b18Copy full SHA for 6795b18
src/index.ts
@@ -57,9 +57,6 @@ const plugin: JupyterFrontEndPlugin<void> = {
57
widget.title.caption = trans.__('Local File System');
58
widget.title.icon = listIcon;
59
60
- // Adding a data attribute
61
- widget.node.setAttribute('data-is-filesystem-access', '');
62
-
63
const openDirectoryButton = new ToolbarButton({
64
icon: folderIcon,
65
onClick: async () => {
0 commit comments