ソースを参照

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,7 +1060,7 @@ class ToolboxV2 extends Component<Props, State> {
1060 1060
 
1061 1061
         return (
1062 1062
             <OverflowMenuItem
1063
-                icon = { `fa fa-play-circle ${_isRecording ? 'toggled' : ''}` }
1063
+                icon = 'fa fa-play-circle'
1064 1064
                 key = 'recording'
1065 1065
                 onClick = { this._onToolbarToggleRecording }
1066 1066
                 text = { t(translationKey) } />

読み込み中…
キャンセル
保存