You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This did not work due to how PyScript passes Python dicts to JS. This changed over time. Should work again with work-around in ltk.Step. See a live demo online: https://laffra.pyscriptapps.com/ltk-tutorial
However one more wrinkle.
If the next step in the tutorial is down the page and scrolling is required to focus it - no scrolling occurs.
I'm pretty sure this did work in 0.1.43
In 0.2.19 when using a
ltk.Tutorial()
like so:and
Having changed the pyodide ref to add leader line javascript library like so:
The tutorial arrow is once again appearing.
However if the box is dragged to a new location, the arrow will not redraw until the mouse moves over the tutorial box again.
Preferably? it would update whilst dragging
The text was updated successfully, but these errors were encountered: