mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
🐛 Fix lastClickPosition init as it is offscreen
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user