Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MTH UI Viz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MetaboHUB
web-components
MTH UI Viz
Commits
b92296ef
Commit
b92296ef
authored
4 weeks ago
by
Jean-Clement Gallardo
Browse files
Options
Downloads
Plain Diff
Merge tag '0.2.7' into develop
0.2.7 0.2.7
parents
01a11c7c
2d34f5ba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#296173
passed
4 weeks ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/VizTool.vue
+2
-2
2 additions, 2 deletions
src/components/VizTool.vue
with
2 additions
and
2 deletions
src/components/VizTool.vue
+
2
−
2
View file @
b92296ef
...
...
@@ -87,9 +87,9 @@ function keydownHandler(event: KeyboardEvent) {
}
// Watcher ------------
watch
(()
=>
props
.
network
,
(
newNetwork
)
=>
{
watch
(()
=>
props
.
network
?.
nodes
,
(
)
=>
{
console
.
log
(
'
ok
'
);
initialiseGlobalNetwork
(
newN
etwork
as
Network
,
props
.
allowAutoAlgo
);
initialiseGlobalNetwork
(
props
.
n
etwork
as
Network
,
props
.
allowAutoAlgo
);
});
watch
(()
=>
props
.
networkStyle
,
(
newNetworkStyle
)
=>
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment