@fc-components/monaco-editor 0.1.23 → 0.1.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.1.23",
6
+ "version": "0.1.24",
7
7
  "license": "MIT",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/monaco-editor.esm.js",
package/src/sql/index.tsx CHANGED
@@ -267,7 +267,6 @@ export default function SqlEditor(props: SqlEditorProps) {
267
267
  scrollBeyondLastLine: false,
268
268
  smoothScrolling: true,
269
269
  fontSize,
270
- lineHeight: 24,
271
270
  tabSize: 2,
272
271
  wordWrap: 'on',
273
272
  automaticLayout: true,