Commit ef671ff
Fix: One way train run arrows are drawn outside of lines when moving node (#591)
* Fix: When dragging a node, the train route section is displayed very abstractly—just as a line. As soon as the node is dragged, the full detail display is applied. This ensures high drag performance and prevents elements that have not yet been fully updated (recalculated) from being displayed incorrectly. This means that not everything always needs to be fully updated when dragging, which further improves performance.
* Fix: Add filter to groupLinesEnter: render arrows only for non-round trips
* fix: npm run format
* Update src/app/view/editor-main-view/data-views/trainrunsections.view.ts
Perfect! Really nice spot. Thanks a lot
Co-authored-by: Louis Greiner <57864277+louisgreiner@users.noreply.github.com>
* fix commit (suggested) - it had wrong })
---------
Co-authored-by: Louis Greiner <57864277+louisgreiner@users.noreply.github.com>1 parent 9acf684 commit ef671ff
File tree
1 file changed
+6
-5
lines changed- src/app/view/editor-main-view/data-views
1 file changed
+6
-5
lines changedLines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1055 | 1055 | | |
1056 | 1056 | | |
1057 | 1057 | | |
| 1058 | + | |
1058 | 1059 | | |
1059 | | - | |
1060 | | - | |
1061 | | - | |
| 1060 | + | |
1062 | 1061 | | |
1063 | 1062 | | |
1064 | 1063 | | |
| |||
2178 | 2177 | | |
2179 | 2178 | | |
2180 | 2179 | | |
| 2180 | + | |
| 2181 | + | |
2181 | 2182 | | |
2182 | 2183 | | |
2183 | 2184 | | |
| |||
2299 | 2300 | | |
2300 | 2301 | | |
2301 | 2302 | | |
| 2303 | + | |
| 2304 | + | |
2302 | 2305 | | |
2303 | 2306 | | |
2304 | 2307 | | |
| |||
2471 | 2474 | | |
2472 | 2475 | | |
2473 | 2476 | | |
2474 | | - | |
2475 | | - | |
2476 | 2477 | | |
2477 | 2478 | | |
2478 | 2479 | | |
| |||
0 commit comments