stendhal
stendhal copied to clipboard
Entity Action Context Menu Broken
🐞 Describe the bug
I have set up web client to use long touch to "hold" items & short touch to drop when "held". But as a result, I have broken context menu for entities.
Edit: Broken for touch only, mouse click still works.
🔥 How to reproduce
- Trying to open context menu with long touch on any entity on ground or contained.
🌍 Environment
- Web client
🛠️ Suggested fixes
- Use "touchmove" event to set an item as "held" instead of long touch end.
- Execute action context menu command of no item is "held" after long touch event.
I tried reverting my changes, but it is still broken.