Skip to content

Commit 15ea7f0

Browse files
committed
Fix plugin order
1 parent a45a951 commit 15ea7f0

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

Lines changed: 1 addition & 1 deletion
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)