Skip to content

Commit 28d9159

Browse files
Update property.ts
1 parent 1339dbf commit 28d9159

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/property.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ export class Property<T extends Any> {
197197
return;
198198
}
199199

200+
this.lastOrigin = origin;
200201
const numberValue = <number>(<unknown>value);
201202

202203
if (typeof this.minimum !== 'undefined' && numberValue < this.minimum) {

0 commit comments

Comments
 (0)