jawa0 / aish3

AI LLM Agent with memories
Apache License 2.0
3 stars 1 forks source link

Dragging on apparently empty area of screen drags listening indicator #74

Open jawa0 opened 9 months ago

jawa0 commented 9 months ago

I think what's going on here is that the listening indicator is view-relative so its always drawn in the top-left of the screen, but when we hit-test to start drag, it's actually in world coordinates. Only happens when dragging in world coordinates (not screen coordinates) below and to the right of the origin. Origin is in green in the picture.

Screenshot 2023-12-16 at 3 52 14 PM