Kurt pet issue (#216)

* use key names vars

* tweaks
This commit is contained in:
Kurt Hutten
2023-08-03 07:28:06 +10:00
committed by GitHub
parent c190122240
commit c80dd44c59

View File

@ -46,10 +46,7 @@ export const Stream = () => {
cmd: {
type: 'camera_drag_move',
interaction,
window: {
x: x,
y: y,
},
window: { x, y },
},
cmd_id: uuidv4(),
file_id: file_id,
@ -77,10 +74,7 @@ export const Stream = () => {
cmd: {
type: 'camera_drag_start',
interaction,
window: {
x: x,
y: y,
},
window: { x, y },
},
cmd_id: newId,
file_id,
@ -107,10 +101,7 @@ export const Stream = () => {
cmd: {
type: 'camera_drag_end',
interaction,
window: {
x: x,
y: y,
},
window: { x, y },
},
cmd_id: uuidv4(),
file_id: file_id,