circle adjustments
Some checks failed
API CI / api-tests (pull_request) Failing after 14s
CI / test (pull_request) Failing after 17s

This commit is contained in:
Tim Lorsbach
2026-06-10 16:19:04 +02:00
parent 90932d02a0
commit 66129f676d

View File

@ -5,8 +5,8 @@
class="modal"
x-data="modalForm({ state: { selectedEdge: '', imageUrl: '' } })"
@modal-opened.window="
const links = d3.selectAll('line.highlighted');
console.log(links);
const links = d3.selectAll('path.highlighted');
if (!links.empty()) {
const el = links.node();
const selectElement = document.getElementById('delete_pathway_edge_edges');