Commit 0da2f60a by Ibrahim Awwal

[Fixes #35791223] Clear the WMD preview after posting a new post.

parent 96eb4038
......@@ -147,6 +147,7 @@ if Backbone?
@$(".new-post-body textarea").val("").attr("prev-text", "")
@$(".new-post-tags").val("")
@$(".new-post-tags").importTags("")
@$(".wmd-preview p").html("")
@collection.add thread
setActiveItem: (event) ->
......
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