Fix tooltips removal on smartphone
[vchess.git] / client / src / views / Game.vue
index 8667e9b..6d506c5 100644 (file)
@@ -1211,6 +1211,9 @@ export default {
         this.$nextTick(() => {
           // Disable tooltips on smartphones:
           document.querySelectorAll("#aboveBoard .tooltip").forEach(elt => {
+
+alert(elt);
+
             elt.classList.remove("tooltip");
           });
         });