mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 21:53:17 +00:00
fix: incorrect operation menu content in the topology widget (#246)
This commit is contained in:
parent
449dccdf36
commit
2491ab7176
@ -448,6 +448,7 @@ limitations under the License. -->
|
|||||||
operationsPos.x = event.offsetX;
|
operationsPos.x = event.offsetX;
|
||||||
operationsPos.y = event.offsetY;
|
operationsPos.y = event.offsetY;
|
||||||
if (d.layer === String(dashboardStore.layerId)) {
|
if (d.layer === String(dashboardStore.layerId)) {
|
||||||
|
setNodeTools(settings.value.nodeDashboard);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
items.value = [
|
items.value = [
|
||||||
|
Loading…
Reference in New Issue
Block a user