Commit c94d6d16 by Prem Sichanugrist

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

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