Skip to content

Commit

Permalink
test without maxLines
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Dec 27, 2023
1 parent ed3ddb2 commit 8032a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def init_preview(data, state):
"mode": 'ace/mode/python',
"showGutter": False,
"readOnly": True,
"maxLines": 50,
# "maxLines": 50,
"highlightActiveLine": False
}
state["sometimes"] = False
Expand Down

0 comments on commit 8032a12

Please sign in to comment.