Skip to content
Snippets Groups Projects
Commit 26d71277 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

reaction was never marked as "complete"

parent 66626fec
No related branches found
Tags v12.0.0-alpha.1
1 merge request!5Frontend refactor
......@@ -122,6 +122,8 @@ Reaction.prototype.update = function(javaObject) {
} else {
this.setModifiers([]);
}
this.setIsComplete(true);
};
Reaction.prototype.isComplete = function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment