sjmc11 / tourguide-js

TourGuide is a Javascript library for creating user tours and on-boarding steps for your apps.
https://tourguidejs.com
MIT License
592 stars 27 forks source link

Fix #14 #15

Closed mcrampon closed 9 months ago

mcrampon commented 1 year ago

Adapt the position and rotation of the arrow when it is nearing a corner.

Before:

image

After:

Screencast from 2023-07-28 16-01-12.webm

sjmc11 commented 9 months ago

Hi @mcrampon, thanks for flagging the issue and providing a fix. I have included your changes in a separate PR as this was more viable than resolving conflicts from the fork. I will close this PR for now and make a new release on NPM.

All the best.