Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug:to long tags attr(or to long?) can make vscode work slowly #59

Open
alexxxcs1 opened this issue May 30, 2018 · 1 comment
Open

bug:to long tags attr(or to long?) can make vscode work slowly #59

alexxxcs1 opened this issue May 30, 2018 · 1 comment

Comments

@alexxxcs1
Copy link

alexxxcs1 commented May 30, 2018

when i write many attr not change line, vscode become slowly ,and keyboard is no response some time

like this

        <input type={this.props.type?this.props.type:'text'} 
        className={style.defaultInput} 
        value={this.state.value}
        defaultValue={this.props.defaultValue?this.props.defaultValue:''}
        style={this.props.Ustyle?this.props.Ustyle:{}}
        placeholder={this.props.placeholder?this.props.placeholder:''} 
        onKeyUp={this.onKeyUp}
        onChange={this.onValueChange}
        onFocus={this.props.onFocus?this.props.onFocus:()=>{}}
        id={this.props.id?this.props.id:''}
        ref='uname'/>

if i not change line my vscode cant work!!

@myguaguagua
Copy link

similar issue with long tag

@SimonSiefke SimonSiefke mentioned this issue Jan 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants