MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / handleBack

Method handleBack

frontend/app/view/webview/webview.tsx:315–321  ·  view source on GitHub ↗
(e?: React.MouseEvent<HTMLDivElement, MouseEvent>)

Source from the content-addressed store, hash-verified

313 }
314
315 handleBack(e?: React.MouseEvent<HTMLDivElement, MouseEvent>) {
316 if (e) {
317 e.preventDefault();
318 e.stopPropagation();
319 }
320 this.webviewRef.current?.goBack();
321 }
322
323 handleForward(e?: React.MouseEvent<HTMLDivElement, MouseEvent>) {
324 if (e) {

Callers 1

keyDownHandlerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected