Commit f31fd56c by Ibrahim Awwal

Re expand thread if edit is canceled.

Should rework how inline threads are expanded/collapsed a little so that this kind of
thing is not needed.
parent f84806ec
......@@ -111,3 +111,4 @@ if Backbone?
createEditView: () ->
super()
@editView.bind "thread:update", @expandPost
@editView.bind "thread:cancel_edit", @expandPost
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