Skip to content

Commit

Permalink
Covert comment above getSelectedFilePath to typedoc, highlight new ch…
Browse files Browse the repository at this point in the history
…anges
  • Loading branch information
andrii-i committed Aug 28, 2024
1 parent cb0693d commit dfd2af8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,10 @@ function getSelectedFileBaseName(widget: FileBrowser | null): string | null {
return parts.join('.');
}

// Get the file name, with all parent directories, of the currently selected file.
/**
* Get the file name of the currently selected file with all parent directories, check
* for and remove "RTC" drive prefix potentially added by jupyter-collaboration.
*/
function getSelectedFilePath(
widget: FileBrowser | null,
contents: Contents.IManager
Expand Down

0 comments on commit dfd2af8

Please sign in to comment.