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
Refactor menu positioning to use PositioningStrategy
Replaces coordinate-based menu opening with a unified PositioningStrategy API across C, C++, and platform implementations. Adds C API bindings for positioning strategies, updates all usages to pass a strategy object, and removes legacy coordinate-based methods. This enables more flexible menu placement, including absolute, cursor, and relative positioning.
0 commit comments