Closed ldragoon closed 4 years ago
app-view-map.js
https://github.com/ucd-library/intertwine/blob/esc-button-functionality/client/public/elements/views/map/app-view-map.js#L43
lines 43-47
window.addEventListener('keydown', (e) => { if ( e.key === 'Escape' ) { this.openInfoPanel(); } });
app-view-map.js
https://github.com/ucd-library/intertwine/blob/esc-button-functionality/client/public/elements/views/map/app-view-map.js#L43
lines 43-47