Skip to content

Commit

Permalink
Merge pull request #35 from arturo-lang/make-edge-selections-work-pro…
Browse files Browse the repository at this point in the history
…perly

[UI] Make edge selections work properly
  • Loading branch information
drkameleon committed Nov 3, 2023
2 parents 280ce91 + 87da5e4 commit d6dfb49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion grafito.art
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ graph: function [
]

return #[
id: nodeId
id: to :integer nodeId
tag: nodeTag
properties: nodeProps
label: truncate nodeLabel 10
Expand Down
3 changes: 0 additions & 3 deletions ui/scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,6 @@ const Grafito = {
}
},

// TODO(expandNodeNeighbors) Verify it's working properly in all cases
// To check & re-visit

expandNodeNeighbors(nodeId=null){
let list = [nodeId];

Expand Down

0 comments on commit d6dfb49

Please sign in to comment.