浏览代码

fix(toolbar): do not use toggle class for recording

master
Leonard Kim 7 年前
父节点
当前提交
02a31746fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      react/features/toolbox/components/ToolboxV2.web.js

+ 1
- 1
react/features/toolbox/components/ToolboxV2.web.js 查看文件

1060
 
1060
 
1061
         return (
1061
         return (
1062
             <OverflowMenuItem
1062
             <OverflowMenuItem
1063
-                icon = { `fa fa-play-circle ${_isRecording ? 'toggled' : ''}` }
1063
+                icon = 'fa fa-play-circle'
1064
                 key = 'recording'
1064
                 key = 'recording'
1065
                 onClick = { this._onToolbarToggleRecording }
1065
                 onClick = { this._onToolbarToggleRecording }
1066
                 text = { t(translationKey) } />
1066
                 text = { t(translationKey) } />

正在加载...
取消
保存