MCPcopy Index your code
hub / github.com/witheve/Eve / toggleInspecting

Method toggleInspecting

src/ide.ts:2921–2928  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2919 }
2920
2921 toggleInspecting() {
2922 if(this.inspecting) {
2923 client.sendEvent([{tag: ["inspector", "clear"]}]);
2924 } else {
2925 this.inspectingClick = true;
2926 }
2927 this.queueUpdate();
2928 }
2929
2930 updateInspector = (event:MouseEvent) => {
2931 let pane = this.findPaneAt(event.pageX, event.pageY);

Callers 1

controlsMethod · 0.80

Calls 1

sendEventMethod · 0.80

Tested by

no test coverage detected