Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Matti-Koopa authored and Tom Laird-McConnell committed Jun 28, 2018
1 parent 6004827 commit c78b7d8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ public sealed class FormBuilderJson : FormBuilderBase<JObject>
public FormBuilderJson(JObject schema)
{
_schema = schema;
lock (_scripts)
{
_scripts.Clear();
}
ProcessOptions();
ProcessOnCompletion();
}
Expand Down

0 comments on commit c78b7d8

Please sign in to comment.