未验证 提交 0ba98954 编写于 作者: W whfjam 提交者: GitHub

fix the problem about click on a not real node in the topology view (#340)

上级 34f98b1c
......@@ -126,7 +126,9 @@ limitations under the License. -->
}
private setCurrent(d: any): void {
this.current = d;
this.SET_CURRENT_SERVICE(d);
if (d.isReal) {
this.SET_CURRENT_SERVICE(d);
}
}
private beforeDestroy() {
this.CLEAR_TOPO_INFO();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册