Skip to content
Snippets Groups Projects
Commit c94d6d16 authored by Prem Sichanugrist's avatar Prem Sichanugrist
Browse files

No need to append `text` key on HTML module save

parent a86c84a4
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,4 @@ class @HTML
@preview.empty().append(@edit_box.val())
)
save: -> {text: @edit_box.val()}
save: -> @edit_box.val()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment