MCPcopy Create free account
hub / github.com/zxlie/FeHelper / closeModal

Function closeModal

website/static/js/script.js:92–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 document.body.appendChild(modal);
91
92 function closeModal() {
93 modal.remove();
94 document.removeEventListener('keydown', onKeydown);
95 }
96
97 function onKeydown(event) {
98 if (event.key === 'Escape') closeModal();

Callers 2

onKeydownFunction · 0.85
initPreviewImageModalFunction · 0.85

Calls 2

removeMethod · 0.80
removeEventListenerMethod · 0.45

Tested by

no test coverage detected