mirror of
https://github.com/foss42/apidash.git
synced 2025-12-03 11:27:50 +08:00
fix: disable folding handles and line numbers in scripts editor gutter for now
This commit is contained in:
@@ -30,6 +30,8 @@ class _ScriptsEditorPaneState extends ConsumerState<ScriptsEditorPane> {
|
|||||||
width: 40, // TODO: Fix numbers size
|
width: 40, // TODO: Fix numbers size
|
||||||
margin: 2,
|
margin: 2,
|
||||||
textAlign: TextAlign.left,
|
textAlign: TextAlign.left,
|
||||||
|
showFoldingHandles: false,
|
||||||
|
showLineNumbers: false,
|
||||||
),
|
),
|
||||||
cursorColor: Theme.of(context).colorScheme.primary,
|
cursorColor: Theme.of(context).colorScheme.primary,
|
||||||
controller: widget.controller,
|
controller: widget.controller,
|
||||||
|
|||||||
Reference in New Issue
Block a user