fix: list item interactions on share

This commit is contained in:
Ramires Viana
2021-03-25 15:47:49 +00:00
parent c0d85f3d85
commit 87f1881b42
4 changed files with 8 additions and 10 deletions

View File

@@ -56,6 +56,12 @@ export default {
let prompt = this.$refs.currentComponent;
// Esc!
if (event.keyCode === 27) {
event.stopImmediatePropagation();
this.$store.commit("closeHovers");
}
// Enter
if (event.keyCode == 13) {
switch (this.show) {