()
| 901 | // only once init() succeeds. FooterComponent isn't a Container, so wrap it to |
| 902 | // pick up the same outer gutter as the panels above. |
| 903 | private mountFooter(): void { |
| 904 | const footerWrap = new GutterContainer(CHROME_GUTTER, CHROME_GUTTER); |
| 905 | footerWrap.addChild(this.state.footer); |
| 906 | this.state.ui.addChild(footerWrap); |
| 907 | } |
| 908 | |
| 909 | // ========================================================================= |
| 910 | // Input Dispatch |