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
代码:https://github.com/MrErHu/dom-align-bugfix-demo(url: http://localhost:3000/bugfix) 原始状态如下:
source node:
taget node:
当配置:
{ points: ['bc', 'tc'], offset: [0, -10], targetOffset: [0, 0], overflow: { adjustX: true, adjustY: true, } }
理论上Y轴无法显示,source node的points应该改变为 ['tc', 'bc']`,对应的offset: [0, 10]。 但是实际情况是:
node的points应该改变为
The text was updated successfully, but these errors were encountered:
fix yiminghe#80
d950eee
No branches or pull requests
代码:https://github.com/MrErHu/dom-align-bugfix-demo(url: http://localhost:3000/bugfix)
原始状态如下:
source node:
taget node:
当配置:
理论上Y轴无法显示,source
node的points应该改变为
['tc', 'bc']`,对应的offset: [0, 10]。但是实际情况是:
The text was updated successfully, but these errors were encountered: