Skip to content

Commit

Permalink
Dim/hide relatives in merge node. Add attached-to PID to sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbo committed Feb 17, 2024
1 parent 4b307db commit 3ed2201
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 147 deletions.
2 changes: 1 addition & 1 deletion gx-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ function getProperty(object, path) {
}

function extractType(url) {
return url ? url.replaceAll(/.*\//g, "").replaceAll(/data:,/g, "") : null;
return url ? url.replaceAll(/.*\//g, "").replaceAll(/data:,/g, "").replaceAll("%20", " ") : null;
}

/**
Expand Down
Loading

0 comments on commit 3ed2201

Please sign in to comment.