* [task#126383,doing,0.2h] Add the style of placement to click.

This commit is contained in:
xieqiyu
2024-09-04 17:31:41 +08:00
committed by 王于听
parent 27488140b2
commit d236973028
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ const stepPresenters =
},
click: function(step)
{
return highlightStepTarget((scope) => scope.$(step.target), step);
return highlightStepTarget((scope) => scope.$(step.target), step, {placement: 'bottom'});
},
clickNavbar: function(step)
{