This commit is contained in:
2021-10-04 19:39:27 +00:00
parent eacee2af6d
commit a82b9fca1c

View File

@@ -148,6 +148,8 @@
:activator="selectedElement"
min-width="350px"
max-width="600"
absolute
close-on-click
>
<v-card color="grey lighten-4" flat>
<v-toolbar>
@@ -566,7 +568,7 @@ export default {
}
const elapsed = new Date().getTime() - this.lastMouseDownMS;
this.lastMouseDownMS = null;
console.log("itWasAClickNotADrag elapsed:", elapsed);
// console.log("itWasAClickNotADrag elapsed:", elapsed);
return elapsed < 200;
},
async showMoreInfo(ayevent) {