fix(editor): Show JSON full-screen Editor Window in Full Height (#13350)

This commit is contained in:
Rostam Mahabadi 2025-02-25 08:34:06 -06:00 committed by GitHub
parent 1cd13b639e
commit 46dcce341f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1250,6 +1250,7 @@ onUpdated(async () => {
:is-read-only="isReadOnly"
:rows="editorRows"
fullscreen
fill-parent
@update:model-value="valueChangedDebounced"
/>
</div>