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
fix: Fixed the dropdown showing up in the top left corner instead of the mouse position
- Started using EditorDrawHelper.GetScreenWidth() that is more reliable for the multi-monitor setup.
- Started checking if the button is too short for Unity to display the drop-down.
- Replaced OR with AND to prevent frequent window resizing when _preventExpandingHeight is true.
0 commit comments