remove pollInterval from Codemirror

main
Mike Fix 5 years ago
parent f3bdaf4001
commit 743d4eb468
No known key found for this signature in database
GPG Key ID: 1D85E862314CA79F

@ -158,8 +158,6 @@ class Carbon extends React.PureComponent {
'Shift-Tab': 'indentLess' 'Shift-Tab': 'indentLess'
}, },
readOnly: this.props.readOnly ? 'nocursor' : false, readOnly: this.props.readOnly ? 'nocursor' : false,
// needs to be able to refresh every 16ms to hit 60 frames / second
pollInterval: 16,
showInvisibles: config.hiddenCharacters showInvisibles: config.hiddenCharacters
} }
const backgroundImage = const backgroundImage =

Loading…
Cancel
Save