Skip to content

Commit

Permalink
working commit -m
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Wicenec committed Jan 31, 2024
1 parent 7b99eab commit d0e0eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class Node {
private collapsed : ko.Observable<boolean>; // indicates whether the node is shown collapsed in the graph display
private expanded : ko.Observable<boolean>; // true, if the node has been expanded in the hierarchy tab in EAGLE
private keepExpanded : ko.Observable<boolean>; //states if a node in the hierarchy is forced Open. groups that contain nodes that a drawn edge is connecting to are kept open
private peek : ko.Observable<boolean>; // true if we are temporarily showing the ports based on the users mouse position
private peek : ko.Observable<boolean>; // true if we are temporarily showing the port titles based on the users mouse position
private portAngles : number[]
private radius : ko.Observable<number>;

Expand Down
2 changes: 1 addition & 1 deletion templates/comment_node.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="nodeContent basic_node">
<div class="nodeContent basic_node" >
<div class="container" data-bind="css: {selected: $root.objectIsSelected($data)}">
<div class="header">
<div class="header-name" data-bind="html: $data.name"></div>
Expand Down

0 comments on commit d0e0eb1

Please sign in to comment.