Switched order of the two dropdowns in main toolbar in preview. (#10717) (#10784)

* Switched order of the two dropdowns in main toolbar in preview.

* Reverting this single line b/c it's out of scope for the PR.
This commit is contained in:
Hale Rankin
2020-06-05 18:16:06 -07:00
committed by GitHub
parent d7d4c26780
commit f130ced71c

View File

@@ -460,8 +460,8 @@ export class NotebookComponent extends AngularDisposable implements OnInit, OnDe
{ element: buttonDropdownContainer },
{ action: this._runAllCellsAction },
{ element: Taskbar.createTaskbarSeparator() },
{ element: attachToContainer },
{ element: kernelContainer },
{ element: attachToContainer },
{ element: spacerElement },
{ action: collapseCellsAction },
{ action: clearResultsButton },