MCPcopy
hub / github.com/skevy/graphiql-app / componentDidMount

Function componentDidMount

app/components/App.js:36–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35
36 componentDidMount() {
37 Mousetrap.bindGlobal('command+shift+]', (e) => {
38 e.preventDefault();
39 this.gotoNextTab();
40 return false;
41 });
42
43 Mousetrap.bindGlobal('command+shift+[', (e) => {
44 e.preventDefault();
45 this.gotoPreviousTab();
46 return false;
47 });
48 }
49
50 handleElectronMenuOption(option) {
51 switch (option) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected