* [task#126383,doing,0.2h] Add the style of placement to click.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user