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
{{ message }}
This repository was archived by the owner on Dec 25, 2025. It is now read-only.
i.e, the green card is still under the yellow one.
is there any changes? or should I update any control?
key code:
defmove_on_top(card, controls):
"""Moves draggable card to the top of the stack"""controls.remove(card)
controls.append(card)
page.update()
defstart_drag(e: ft.DragStartEvent):
move_on_top(e.control, controls)
solitaire.start_top=e.control.topsolitaire.start_left=e.control.left