Browse Source

Closes #1868

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

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

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

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

this.hide();
},

onMobHover: function (mob) {


Loading…
Cancel
Save