Open pydanny opened 2 months ago
Describe the bug
SortableJS.create
proc_htmx
Minimal Reproducible Example
Stock adv_app.py deployed will demonstrate these problems on chrome touch:
adv_app.py
Expected behavior
What should happen is:
Environment Information
Confirmation Please confirm the following:
Screenshots
Video recorded by @audreyfeldroy showing the problem: https://discord.com/channels/1200111522916094103/1287703999512051776/1287771376769433704
Can you try modifying fasthtml.js with:
Sortable.create(sortable, { animation: 150, delay: 100, delayOnTouchOnly: true, } });
Describe the bug
SortableJS.create
allows arguments for touch devices that might fix the problem, butproc_htmx
doesn't have a means to pass argumentsMinimal Reproducible Example
Stock
adv_app.py
deployed will demonstrate these problems on chrome touch:Expected behavior
What should happen is:
Environment Information
Confirmation Please confirm the following:
Screenshots
Video recorded by @audreyfeldroy showing the problem: https://discord.com/channels/1200111522916094103/1287703999512051776/1287771376769433704