Skip to content

Commit 3e2a720

Browse files
authored
70103 debug (#2024)
* debugging * debugging * formatting
1 parent cd9633d commit 3e2a720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/sidebar/linkView/LinkView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@ class LinkView extends React.Component<ILinkViewProps, ILinkViewState> {
121121
return;
122122
}
123123
this.centerMapToLink(link);
124-
console.log("linkstore init")
124+
console.log('linkstore init')
125125
this.props.linkStore!.init({
126126
link,
127127
nodes: [link.startNode, link.endNode],
128128
isNewLink: false,
129129
});
130-
console.log("setIsLinkGeometryEditable")
130+
console.log('setIsLinkGeometryEditable')
131131
this.props.linkStore!.setIsLinkGeometryEditable(true);
132132
const bounds = L.latLngBounds(link.geometry);
133133
this.props.mapStore!.setMapBounds(bounds);

0 commit comments

Comments
 (0)