hide axis pointer

This commit is contained in:
Qiuxia Fan 2022-07-08 15:43:48 +08:00
parent 0e2afd9906
commit a349b89949

View File

@ -80,6 +80,10 @@ onMounted(async () => {
instance.dispatchAction({
type: "hideTip",
});
instance.dispatchAction({
type: "updateAxisPointer",
currTrigger: "leave",
});
},
true
);