fix: track magnitude
This commit is contained in:
parent
efce6ce42d
commit
f9b9c9d6d8
|
@ -40,6 +40,7 @@ const decorate = compose(
|
|||
}),
|
||||
Property('magnitude', {
|
||||
default: 0,
|
||||
track: true,
|
||||
}),
|
||||
EventEmitter,
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user