mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-27 06:23:41 -04:00
Fixed a bit of repaining that was going on when it shouldn't.
This commit is contained in:
parent
c226856204
commit
fe55811075
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ module.exports = class WorldMapView extends RootView
|
|||
return if @manuallyPositionedLevelInfoID and levelID isnt @manuallyPositionedLevelInfoID
|
||||
@$el.find(".level-info-container[data-level-id='#{levelID}']").hide()
|
||||
@manuallyPositionedLevelInfoID = null
|
||||
@$levelInfo = null
|
||||
|
||||
onMouseMoveMap: (e) ->
|
||||
return if application.isIPadApp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue