From 743d4eb4684934fdec2fbd4e5ac8ac3addeee1f5 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Thu, 24 Oct 2019 13:03:49 -0700 Subject: [PATCH] remove pollInterval from Codemirror --- components/Carbon.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/Carbon.js b/components/Carbon.js index e3566fd..f3c863d 100644 --- a/components/Carbon.js +++ b/components/Carbon.js @@ -158,8 +158,6 @@ class Carbon extends React.PureComponent { 'Shift-Tab': 'indentLess' }, readOnly: this.props.readOnly ? 'nocursor' : false, - // needs to be able to refresh every 16ms to hit 60 frames / second - pollInterval: 16, showInvisibles: config.hiddenCharacters } const backgroundImage =