Browse Source

Hide using css

tags/v0.11.0
kckckc 2 years ago
parent
commit
8e192d1734
2 changed files with 1 additions and 2 deletions
  1. +1
    -0
      src/client/ui/templates/tooltipInfo/styles.less
  2. +0
    -2
      src/client/ui/templates/tooltipInfo/tooltipInfo.js

+ 1
- 0
src/client/ui/templates/tooltipInfo/styles.less View File

@@ -1,6 +1,7 @@
@import "../../../css/colors.less";

.uiTooltipInfo {
display: none;
position: absolute;
right: 11px;
bottom: 164px;


+ 0
- 2
src/client/ui/templates/tooltipInfo/tooltipInfo.js View File

@@ -16,8 +16,6 @@ define([

postRender: function () {
this.onEvent('onMobHover', this.onMobHover.bind(this));

this.hide();
},

onMobHover: function (mob) {


Loading…
Cancel
Save