mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-14 07:27:47 +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
|
<div
|
||||||
x-data="codeEditorFormComponent({
|
x-data="codeEditorFormComponent({
|
||||||
isDisabled: false,
|
isDisabled: @js((bool)$plugin->render_markup_view),
|
||||||
language: 'liquid',
|
language: 'liquid',
|
||||||
state: $wire.entangle('markup_code'),
|
state: $wire.entangle('markup_code'),
|
||||||
textareaId: @js($textareaId)
|
textareaId: @js($textareaId)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue