mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
fix: re-rendering
This commit is contained in:
parent
d222639e4c
commit
3c60a7845a
@ -307,12 +307,8 @@ limitations under the License. -->
|
||||
}
|
||||
loading.value = true;
|
||||
changeTree();
|
||||
tree.value.init({ label: "TRACE_ROOT", children: segmentId.value }, props.data, fixSpansSize.value);
|
||||
tree.value.draw(() => {
|
||||
setTimeout(() => {
|
||||
draw();
|
||||
loading.value = false;
|
||||
}, 200);
|
||||
});
|
||||
},
|
||||
);
|
||||
watch(
|
||||
|
Loading…
Reference in New Issue
Block a user