Quellcode durchsuchen

Update description of loading settings

Co-authored-by: Athan <kgryte@gmail.com>
Martha Cryan vor 5 Jahren
Ursprung
Commit
d153ce30fe
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      packages/toc/src/extension.ts

+ 1 - 1
packages/toc/src/extension.ts

@@ -70,7 +70,7 @@ function activateTOC(
   // Add the ToC widget to the application restorer:
   restorer.add(toc, 'juputerlab-toc');
 
-  // Load the configuration of whether to enable collapsing behavior
+  // Attempt to load plugin settings:
   settingRegistry.load('@jupyterlab/toc:plugin').then(settings => {
     const config = settings.get('tocConfig').composite as JSONObject;
     const collapsibleNotebooks = config.collapsibleNotebooks as boolean;