fix bug with editing HTML. The save() method should now return a dictionary, not a string
This commit is contained in:
@@ -4,4 +4,6 @@ class @HTMLEditingDescriptor
|
||||
mode: "text/html"
|
||||
})
|
||||
|
||||
save: -> @edit_box.getValue()
|
||||
save: ->
|
||||
data: @edit_box.getValue()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user