We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e3eb3 commit c416d98Copy full SHA for c416d98
example/textmate/app.py
@@ -93,7 +93,7 @@ def load_file(lang, file_path):
93
editor = code.Editor(
94
style="width: 100%",
95
value=("editor_content", ""),
96
- options=("editor_options", {}),
+ options=("editor_options", {"automaticLayout": True}),
97
language=("editor_lang", "plaintext"),
98
theme=("editor_theme", "vs-dark"),
99
textmate=("editor_textmate", None),
0 commit comments