Skip to content

Commit 19dcd0d

Browse files
committed
Fix plugin order
1 parent 4118ca5 commit 19dcd0d

File tree

1 file changed

+1
-1
lines changed
  • packages/application-extension/src

1 file changed

+1
-1
lines changed

packages/application-extension/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -709,13 +709,13 @@ const plugins: JupyterFrontEndPlugin<any>[] = [
709709
dirty,
710710
logo,
711711
menus,
712+
menuSpacer,
712713
opener,
713714
pages,
714715
paths,
715716
router,
716717
sessionDialogs,
717718
shell,
718-
menuSpacer,
719719
status,
720720
tabTitle,
721721
title,

0 commit comments

Comments
 (0)