MCPcopy Create free account
hub / github.com/su-kaka/gcli2api / escHandler

Function escHandler

front/common.js:598–603  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

596
597 // ESC 键关闭
598 const escHandler = function(e) {
599 if (e.key === 'Escape') {
600 modal.remove();
601 document.removeEventListener('keydown', escHandler);
602 }
603 };
604 document.addEventListener('keydown', escHandler);
605}
606

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected