metron mifxe
This commit is contained in:
parent
3c21550c3b
commit
e3ec5b0434
|
|
@ -123,7 +123,7 @@ mixins.push(Reflux.listenTo(UserStore, 'onUserChanged'))
|
|||
if e?
|
||||
e.preventDefault()
|
||||
|
||||
if !@state.media.mediaSummary.isOpener
|
||||
if !@state.media.mediaSummary.isOpener && !@state.media.mediaSummary.metronomeOpen
|
||||
return
|
||||
|
||||
SessionActions.log({msg: "PopupMediaControls close event trigger"})
|
||||
|
|
@ -470,7 +470,7 @@ mixins.push(Reflux.listenTo(UserStore, 'onUserChanged'))
|
|||
if helpLink?
|
||||
helpButton = `<a className="help-link button-grey" href={helpLink} onClick={this.help}>HELP</a>`
|
||||
|
||||
if @state.media.mediaSummary.isOpener
|
||||
if @state.media.mediaSummary.isOpener || @state.media.mediaSummary.metronomeOpen
|
||||
enabledClass = 'close-link button-orange'
|
||||
else
|
||||
enabledClass = 'close-link button-grey'
|
||||
|
|
|
|||
Loading…
Reference in New Issue