Commit 5d439669 by Brian Jacobel Committed by GitHub

Merge pull request #13333 from edx/bjacobel/TNL-5249

Fix TNL-5249: inconsistent state in discussions UI
parents 79e0691e f8696bb3
...@@ -91,7 +91,6 @@ ...@@ -91,7 +91,6 @@
id = self.model.get('id'); id = self.model.get('id');
if (collection.get(id)) { if (collection.get(id)) {
self.model = collection.get(id); self.model = collection.get(id);
self.rerender();
} }
}); });
this.createShowView(); this.createShowView();
......
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