fix: 去掉公式编辑器console log (#3369)

This commit is contained in:
Allen 2022-01-10 17:47:18 +08:00 committed by GitHub
parent 7132eb806d
commit 1bc636c9a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,6 @@ export function editorFactory(
) {
registerLaunguageMode(cm);
console.log('here', props.evalMode);
return cm(dom, {
value: props.value || '',
autofocus: true,