mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-14 15:37:53 +00:00
fix: codemirror readonly when render_markup_view is set
This commit is contained in:
parent
fceacfe4b3
commit
c2c553461f
1 changed files with 1 additions and 1 deletions
|
|
@ -950,7 +950,7 @@ HTML;
|
|||
/>
|
||||
<div
|
||||
x-data="codeEditorFormComponent({
|
||||
isDisabled: false,
|
||||
isDisabled: @js((bool)$plugin->render_markup_view),
|
||||
language: 'liquid',
|
||||
state: $wire.entangle('markup_code'),
|
||||
textareaId: @js($textareaId)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue