Some fixes and enhancements as suggested on Discord
[vchess.git] / client / src / components / MoveList.vue
index ded140d..eb47dc9 100644 (file)
@@ -80,7 +80,7 @@ export default {
     if ("ontouchstart" in window) {
       // Disable tooltips on smartphones:
       document.querySelectorAll("#aboveMoves .tooltip").forEach(elt => {
-        elt.classList.remove("tooltip")
+        elt.classList.remove("tooltip");
       });
     }
     // Take full width on small screens:
@@ -160,6 +160,7 @@ export default {
 
 <style lang="sass" scoped>
 .moves-list
+  user-select: none
   cursor: pointer
   min-height: 1px
   max-height: 500px