mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
update edge id
This commit is contained in:
parent
ce3350a11e
commit
560383e882
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ export default {
|
|||
} else {
|
||||
// add edge from me to interface
|
||||
edges.push({
|
||||
id: `me-${entry.name}`,
|
||||
id: `me~${entry.name}`,
|
||||
from: "me",
|
||||
to: entry.name,
|
||||
color: "transparent",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue