@@ -28762,7 +28762,7 @@ UE.ui = baidu.editor.ui = {};
function setCount(editor,ui) {
editor.setOpt({
wordCount:false,
- maximumWords:10000,
+ maximumWords:100000,
wordCountMsg:editor.options.wordCountMsg || editor.getLang("wordCountMsg"),
wordOverFlowMsg:editor.options.wordOverFlowMsg || editor.getLang("wordOverFlowMsg")
});