Fix: add panActivationKeyCode to reactFLow to prevent pan bugs
This commit is contained in:
parent
b99a82e81f
commit
d372a8eb93
1 changed files with 1 additions and 0 deletions
|
|
@ -484,6 +484,7 @@ export default function Page({
|
|||
zoomOnScroll={!view}
|
||||
zoomOnPinch={!view}
|
||||
panOnDrag={!view}
|
||||
panActivationKeyCode={""}
|
||||
proOptions={{ hideAttribution: true }}
|
||||
onPaneClick={onPaneClick}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue