Conversation
…nd tooltip visual bugs
|
Hi! I'm the It looks like you correctly set up a CI job that uses the autofix.ci GitHub Action, but the autofix.ci GitHub App has not been installed for this repository. This means that autofix.ci unfortunately does not have the permissions to fix this pull request. If you are the repository owner, please install the app and then restart the CI workflow! 😃 |
effect(() => { // Initialise
if (!(this.reacfoam.data() && this.foamTree())) return; // Set data whenever it is updated
setTimeout(() => {
this.foamTree().set('dataObject', {groups: this.reacfoam.data()!})
})
if (untracked(this.correctedSelectedId)) { // Initial select
this.foamTree().select({groups: untracked(this.correctedSelectedId), keepPrevious: false}) // Preselect the group before relaxation happens to have the selection indicator during relaxation
}
}); |
I am not able to replicate this issue. |
I can't seem to figure this issue out. Not exactly sure what is causing the problems in these arrows when other diagrams seems to be working fine. Any ideas @EliotRagueneau ? |
Added Elliots changes from the archived repo
Change Summary: