diff --git a/module/tutorial/js/index.ui.js b/module/tutorial/js/index.ui.js index 37cfe25c2c..cc83dc9a88 100644 --- a/module/tutorial/js/index.ui.js +++ b/module/tutorial/js/index.ui.js @@ -235,6 +235,7 @@ function highlightStepTarget($target, step, popoverOptions) ensureStepScope(step, (scope) => { if(typeof $target === 'function') $target = $target(scope); + $target = $target.first(); if(!$target.length) return console.error(`[TUTORIAL] Cannot find target for step "${step.guide.title || step.guide.name} > ${step.task.title || step.task.name} > ${step.title}"`, step); popoverOptions = $.extend( {