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.render(this.opt.fit ? () => this.view.fit() : () => {}) setTimeout(() => { this.command.addHistory() }, 0)
addHistory会触发一次 data_change,对保存和协作逻辑有影响
The text was updated successfully, but these errors were encountered:
同理,需要一个api重绘思维导图,同时不触发data_change。否则在socket协作时会无限触发
Sorry, something went wrong.
// 初始渲染 this.render(this.opt.fit ? () => this.view.fit() : () => {}) setTimeout(() => { this.command.addHistory() }, 0) addHistory会触发一次 data_change,对保存和协作逻辑有影响
这里还有个问题,如果是以readonly初始化的,实际上history数组没有初始化成功
No branches or pull requests
addHistory会触发一次 data_change,对保存和协作逻辑有影响
The text was updated successfully, but these errors were encountered: