Commit 7334f90
committed
Resolve inadvertent overwrite of
In #e88dee0, I resolved a bug where the optional `Value` and `InheritedValue` constructor parameters weren't being processed. This fixed that issue, but resolved a new one: The default inherited values used when these were null, as assigned by the base `AttributeViewModel` constructor, were being overwritten. Whoops. This is fixed by checking them for nulls.Value, InheritedValue
1 parent d9a0ce8 commit 7334f90
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments