Skip to content

Commit

Permalink
Update CodeEditorField.ss
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjie authored Jul 16, 2019
1 parent cb6442b commit f46f798
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<div id="{$ID}_CodeEditorField" class="codeeditorfield" style="min-height: {$Height}px;" data-field="{$Name}">$Value</div>
<textarea $AttributesHTML style="display: none;">{$Value}</textarea>
<textarea $AttributesHTML style="display: none;">{$ValueEntities.RAW}</textarea>

0 comments on commit f46f798

Please sign in to comment.