fix: pass down vector emitter

This commit is contained in:
cha0s 2019-04-24 16:57:54 -05:00
parent 488b62027c
commit 0eaa32f0d7

View File

@ -58,10 +58,12 @@ export function VectorMixin(
}
const decorate = compose(
Property(x, {
emit: meta.emit,
track: meta.track,
...createPropertyPair('x'),
}),
Property(y, {
emit: meta.emit,
track: meta.track,
...createPropertyPair('y'),
}),