forked from enviPath/enviPy
circle adjustments
This commit is contained in:
@ -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');
|
||||
|
||||
Reference in New Issue
Block a user