Skip to content

Commit

Permalink
fix: remove duplicate changeCallback when updating enumerable-likes
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavisau committed Apr 25, 2019
1 parent 2d24314 commit 9d64121
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DumpEditable/EditorRule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public static EditorRule ForTypeWithStringBasedEditor<T>(ParseFunc<string, T, bo
{
var val = JsonConvert.DeserializeObject(newVal, type);
SetValue(o,p,val);
changeCallback?.Invoke();
}
catch
{
Expand Down

0 comments on commit 9d64121

Please sign in to comment.