mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Make popover pins stickier
This commit is contained in:
parent
b4fe0a3bee
commit
3d8d0b96d3
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ module.exports = class SpellPaletteEntryView extends CocoView
|
|||
@$el.popover('setContent')
|
||||
|
||||
onMouseEnter: (e) ->
|
||||
return if @popoverPinned or @otherPopoverPinned
|
||||
@resetPopoverContent()
|
||||
@$el.popover 'show'
|
||||
|
||||
|
|
Loading…
Reference in a new issue