fix: track magnitude

This commit is contained in:
cha0s 2019-03-18 20:06:05 -05:00
parent efce6ce42d
commit f9b9c9d6d8

View File

@ -40,6 +40,7 @@ const decorate = compose(
}),
Property('magnitude', {
default: 0,
track: true,
}),
EventEmitter,
);