Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Knowledge Space WP Plugin
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
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alg
Knowledge Space WP Plugin
Commits
2d9d095d
Commit
2d9d095d
authored
2 years ago
by
Matthias Konitzny
Browse files
Options
Downloads
Patches
Plain Diff
Removed unused imports
parent
eee48477
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#57104
passed
2 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/display/renderer.tsx
+0
-1
0 additions, 1 deletion
src/display/renderer.tsx
src/editor/components/nodedetails.tsx
+0
-1
0 additions, 1 deletion
src/editor/components/nodedetails.tsx
with
0 additions
and
2 deletions
src/display/renderer.tsx
+
0
−
1
View file @
2d9d095d
...
...
@@ -15,7 +15,6 @@ import { Graph, Coordinate3D } from "../common/graph/graph";
import
{
Node
}
from
"
../common/graph/node
"
;
import
{
Link
}
from
"
../common/graph/link
"
;
import
{
colorToRGB
}
from
"
../common/helpers
"
;
import
{
ColorData
}
from
"
../common/graph/nodetype
"
;
export
interface
VisualGraphNode
extends
Node
{
__threeObj
:
THREE
.
Group
;
...
...
This diff is collapsed.
Click to expand it.
src/editor/components/nodedetails.tsx
+
0
−
1
View file @
2d9d095d
...
...
@@ -4,7 +4,6 @@ import { NodeType } from "../../common/graph/nodetype";
import
"
./nodedetails.css
"
;
import
{
NodeDataChangeRequest
}
from
"
../editor
"
;
import
ReferencesEditor
from
"
./referenceseditor
"
;
import
DateVisibilityInput
from
"
./datevisibilityinput
"
;
type
NodeDetailsProps
=
{
selectedNodes
:
Node
[];
...
...
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