Commit 57234a96 by yuananting

Merge branch 'feature/yuananting/20210221/question-bank-tools' into gray

parents dca77248 ad6b999a
/* /*
* @Author: 吴文洁 * @Author: 吴文洁
* @Date: 2020-03-19 16:45:42 * @Date: 2020-03-19 16:45:42
* @LastEditors: houyan * @LastEditors: yuananting
* @LastEditTime: 2020-06-24 11:24:54 * @LastEditTime: 2021-03-25 16:04:02
* @Description: * @Description:
*/ */
import XMEnum from './XMEnum'; import XMEnum from './XMEnum';
...@@ -29,12 +29,12 @@ export const RECORD_ERROR = new XMEnum([ ...@@ -29,12 +29,12 @@ export const RECORD_ERROR = new XMEnum([
{ {
name: 'NotAllowedError', name: 'NotAllowedError',
title: '请允许网页使用麦克风', title: '请允许网页使用麦克风',
content: '麦克风已被禁用,请现在浏览器设置中允许当前望重使用你的麦克风' content: '请检查开启麦克风权限后重试'
}, },
{ {
name: 'PermissionDeniedError', name: 'PermissionDeniedError',
title: '请允许浏览器使用麦克风', title: '请允许浏览器使用麦克风',
content: '麦克风已被禁用,请现在浏览器设置中允许使用麦克风' content: '请检查开启麦克风权限后重试'
}, },
{ {
name: 'NotFoundError', name: 'NotFoundError',
......
...@@ -157,10 +157,6 @@ class QuestionEditor extends Component { ...@@ -157,10 +157,6 @@ class QuestionEditor extends Component {
} }
}.bind(this) }.bind(this)
); );
if (counter === 0) {
this.props.changeBlankCount(stemDom);
}
} }
editorRoot.config.onchange = (html) => { editorRoot.config.onchange = (html) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment