mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(editor): Show JSON full-screen Editor Window in Full Height (#13350)
This commit is contained in:
parent
1cd13b639e
commit
46dcce341f
|
@ -1250,6 +1250,7 @@ onUpdated(async () => {
|
|||
:is-read-only="isReadOnly"
|
||||
:rows="editorRows"
|
||||
fullscreen
|
||||
fill-parent
|
||||
@update:model-value="valueChangedDebounced"
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue