Explorar el Código

Make sure that drag-dropped files are tracked

Steven Silvester hace 8 años
padre
commit
cea3afe0fa
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/filebrowser/listing.ts

+ 1 - 0
src/filebrowser/listing.ts

@@ -1009,6 +1009,7 @@ class DirListing extends Widget {
           context.populated.connect(() => model.refresh() );
           context.kernelChanged.connect(() => model.refresh() );
         }
+        this._opener.open(widget);
         return widget;
       });
     }