mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
🐛 Fix lastClickPosition init as it is offscreen
This commit is contained in:
parent
de3c52b355
commit
bcb314107d
|
@ -245,7 +245,7 @@ export default mixins(
|
||||||
return {
|
return {
|
||||||
createNodeActive: false,
|
createNodeActive: false,
|
||||||
instance: jsPlumb.getInstance(),
|
instance: jsPlumb.getInstance(),
|
||||||
lastClickPosition: [150, 30] as XYPositon,
|
lastClickPosition: [450, 450] as XYPositon,
|
||||||
nodeViewScale: 1,
|
nodeViewScale: 1,
|
||||||
ctrlKeyPressed: false,
|
ctrlKeyPressed: false,
|
||||||
debouncedFunctions: [] as any[], // tslint:disable-line:no-any
|
debouncedFunctions: [] as any[], // tslint:disable-line:no-any
|
||||||
|
|
Loading…
Reference in a new issue