Browse Source

open inspector split to the right (#10519)

Legend Brandenburg 3 years ago
parent
commit
de437fb667
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/inspector-extension/src/index.ts

+ 1 - 1
packages/inspector-extension/src/index.ts

@@ -80,7 +80,7 @@ const inspector: JupyterFrontEndPlugin<IInspector> = {
         inspector.content.source?.onEditorChange(args);
       }
       if (!inspector.isAttached) {
-        shell.add(inspector, 'main', { activate: false });
+        shell.add(inspector, 'main', { activate: false, mode: 'split-right' });
       }
       shell.activateById(inspector.id);
       return inspector;