We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用@antv/x6-plugin-scroller插件后,节点的默认定位x:0,y:0不就不在左上角了
不开启,scroller位置正确
graph.use( new Scroller({ enabled: true, pannable: true }), )
开启后
位置异常,跑右上角去了
https://stackblitz.com/edit/vitejs-vite-rdk5bt?file=package.json,src%2FApp.vue,src%2Fcomponents%2FHelloWorld.vue&terminal=dev
期望在左上角
No response
The text was updated successfully, but these errors were encountered:
给container设置一下跟可视窗口一样的宽高呗
Sorry, something went wrong.
好的 谢谢
This thread has been automatically locked because it has not had recent activity.
Please open a new issue for related bugs and link to relevant comments in this thread.
No branches or pull requests
Describe the bug
使用@antv/x6-plugin-scroller插件后,节点的默认定位x:0,y:0不就不在左上角了
不开启,scroller位置正确
开启后
位置异常,跑右上角去了
Your Example Website or App
https://stackblitz.com/edit/vitejs-vite-rdk5bt?file=package.json,src%2FApp.vue,src%2Fcomponents%2FHelloWorld.vue&terminal=dev
Steps to Reproduce the Bug or Issue
使用@antv/x6-plugin-scroller插件后,节点的默认定位x:0,y:0不就不在左上角了
Expected behavior
期望在左上角
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: