querymx / querym

Querym is free, open-source and cross-platform MySQL and PostgreSQL GUI client.
https://querym.net/
GNU General Public License v3.0
94 stars 28 forks source link

Context menu got clipped at the right edge of the windows #8

Closed invisal closed 1 year ago

invisal commented 1 year ago

Our context menu is not smart enough to detected that it will get chopped off from the screen if user right click near the right edge of the screen.

image image

Where to implement

Our context menu component is located here https://github.com/invisal/query-master/blob/main/src/renderer/components/ContextMenu/index.tsx

We should detect if it is near the chopped off from screen, it should flip the direction.

invisal commented 1 year ago

@ebfood thanks for helping this issue.