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"
|
:is-read-only="isReadOnly"
|
||||||
:rows="editorRows"
|
:rows="editorRows"
|
||||||
fullscreen
|
fullscreen
|
||||||
|
fill-parent
|
||||||
@update:model-value="valueChangedDebounced"
|
@update:model-value="valueChangedDebounced"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue