You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on a feature using the SvelteGanttDependencies module, and I'm encountering an unexpected issue related to the Svelte table module, particularly with expandable and collapsible rows.
When I establish a dependency between two tasks (as shown below), the dependency arrow functions correctly:
However, once I collapse the rows, the positioning of the dependency arrow becomes misaligned:
The code I implemented follows the documentation closely and does not contain anything unusual.
(Don't mind the arrow icons of the tree view not loading, I am using a depracated fontawesome version)
The text was updated successfully, but these errors were encountered:
Hi there,
I'm currently working on a feature using the SvelteGanttDependencies module, and I'm encountering an unexpected issue related to the Svelte table module, particularly with expandable and collapsible rows.
When I establish a dependency between two tasks (as shown below), the dependency arrow functions correctly:
However, once I collapse the rows, the positioning of the dependency arrow becomes misaligned:
The code I implemented follows the documentation closely and does not contain anything unusual.
(Don't mind the arrow icons of the tree view not loading, I am using a depracated fontawesome version)
The text was updated successfully, but these errors were encountered: