fix: pass down vector emitter
This commit is contained in:
parent
488b62027c
commit
0eaa32f0d7
|
@ -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'),
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue
Block a user