We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e4c44 commit 14b38d9Copy full SHA for 14b38d9
webapp/src/main/webapp/vue-apps/search/components/SearchDrawer.vue
@@ -161,12 +161,6 @@ export default {
161
this.favorites = parameters['favorites'] === 'true';
162
this.selectedTags = parameters['tags'] && parameters['tags'].split(',') || [];
163
}
164
- } else {
165
- $(document).on('keydown', (event) => {
166
- if (event.key === 'Escape') {
167
- this.drawer = false;
168
- }
169
- });
170
171
document.addEventListener('search-open', this.open);
172
document.addEventListener('search-metadata-tag', this.open);
0 commit comments