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
this.app.tree.zoom('fit',100) // 第一次执行 正常居中自适应 setTimeout(() => { this.app.tree.zoom('fit',100) // 第二次fit不正常,放大了好多 }, 1000) setTimeout(() => { this.app.tree.zoom('fit',100) // 第三次执行 正常居中自适应 }, 2000)
好像是有规律的,多次执行,正常跟错误交替出现
The text was updated successfully, but these errors were encountered:
收到,谢谢反馈~
Sorry, something went wrong.
No branches or pull requests
好像是有规律的,多次执行,正常跟错误交替出现
The text was updated successfully, but these errors were encountered: