formula-code 6000

This commit is contained in:
RB 2022-07-13 22:51:05 +08:00
parent b371f45dea
commit a6f5173467

View file

@ -493,7 +493,7 @@ class FormulaCode extends React.Component {
render() {
return (
<div>
<textarea className="formula-code" ref={(c) => (this._$formulaInput = c)} defaultValue={this.props.initCode || ''} maxLength="2000" placeholder="// Support AviatorScript" autoFocus />
<textarea className="formula-code" ref={(c) => (this._$formulaInput = c)} defaultValue={this.props.initCode || ''} maxLength="6000" placeholder="// Support AviatorScript" autoFocus />
<div className="row mt-1">
<div className="col pt-2">
<span className="d-inline-block">