We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9034a55 commit 21e93aeCopy full SHA for 21e93ae
1 file changed
src/components/VTour.vue
@@ -155,6 +155,7 @@ function updateHighlight(): void{
155
document.querySelectorAll('.vjt-highlight').forEach((element) => element.classList.remove('vjt-highlight'));
156
if(!props.highlight && !_CurrentStep.getCurrentStep.highlight) return;
157
(document.querySelector(`${_CurrentStep.getCurrentStep.target}`) as HTMLElement).classList.add('vjt-highlight');
158
+ getClipPath.value = getClipPathValues('.vjt-highlight');
159
}
160
161
function updateBackdrop(): void{
0 commit comments