()
| 240 | |
| 241 | // Misc. |
| 242 | mainFrame() { |
| 243 | return focusThisFrame({ highlight: true, forceFocusThisFrame: true }); |
| 244 | }, |
| 245 | showHelp(sourceFrameId) { |
| 246 | return HelpDialog.toggle({ sourceFrameId }); |
| 247 | }, |
nothing calls this directly
no test coverage detected