Skip to content

Commit 534d18b

Browse files
authored
Merge pull request #744 from integer32llc/maint
Don't change Ace's gutter size on scroll
2 parents 6a0a47a + d050cc4 commit 534d18b

File tree

3 files changed

+1303
-1295
lines changed

3 files changed

+1303
-1295
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;

ui/frontend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
3737
"@babel/preset-env": "^7.0.0",
3838
"@babel/preset-react": "^7.0.0",
39-
"@types/jest": "^26.0.0",
39+
"@types/jest": "^27.0.0",
4040
"@types/lodash": "^4.14.118",
4141
"@types/react": "^17.0.2",
4242
"@types/react-dom": "^17.0.1",
@@ -47,17 +47,17 @@
4747
"babel-loader": "^8.0.0",
4848
"babel-plugin-lodash": "^3.3.4",
4949
"basename": "^0.1.2",
50-
"compression-webpack-plugin": "^8.0.0",
50+
"compression-webpack-plugin": "^9.0.0",
5151
"copy-webpack-plugin": "^9.0.0",
52-
"css-loader": "^5.1.1",
52+
"css-loader": "^6.0.0",
5353
"eslint": "^7.4.0",
5454
"eslint-plugin-react": "^7.14.3",
5555
"eslint-plugin-react-hooks": "^4.0.0",
5656
"glob": "^7.0.5",
5757
"html-webpack-plugin": "^5.2.0",
5858
"jest": "^27.0.0",
5959
"json-loader": "^0.5.4",
60-
"mini-css-extract-plugin": "^1.3.9",
60+
"mini-css-extract-plugin": "^2.0.0",
6161
"normalize.css": "^8.0.0",
6262
"postcss": "^8.2.7",
6363
"postcss-loader": "^6.1.0",

0 commit comments

Comments
 (0)