Commit ed7c0298 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

clean Tooltip

parent 41c7b6fc
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -85,7 +85,6 @@ export default {
  watch: {
    // Système de delay pour cacher la tooltip
    show(){
      console.log("show:", this.show);
      if( this.show ){
        this.displayed = true;
        clearTimeout(tempoHide);