mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Stop cast button progress overlay before cast settings gear.
This commit is contained in:
parent
0d9213ad44
commit
c21952646a
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ module.exports = class CastButtonView extends View
|
|||
|
||||
onWorldLoadProgressChanged: (e) ->
|
||||
overlay = @castButtonGroup.find '.button-progress-overlay'
|
||||
overlay.css 'width', e.progress * @castButtonGroup.width() + 1
|
||||
overlay.css 'width', e.progress * @castButton.outerWidth() + 1
|
||||
|
||||
onNewWorld: (e) ->
|
||||
@casting = false
|
||||
|
|
Loading…
Reference in a new issue