Skip to content

Commit d050cc4

Browse files
committed
Don't change Ace's gutter size on scroll
Fixes #54
1 parent 4a014a4 commit d050cc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/frontend/AdvancedEditor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ const AdvancedEditor: React.SFC<AdvancedEditorProps> = props => {
107107

108108
editor.setOptions({
109109
enableBasicAutocompletion: true,
110+
fixedWidthGutter: true,
110111
});
111112

112113
const danglingElement = child.current;

0 commit comments

Comments
 (0)