Closed TobiasZawada closed 9 months ago
Add deactivate-global-context-menu to context-menu-functions. This function sets the context menu of context-menu-mode to nil if the position of the mouse event is within the area of the edraw-editor window.
deactivate-global-context-menu
context-menu-functions
context-menu-mode
I tested your commit https://github.com/misohena/el-easydraw/commit/c7a77f416a997343cb4cee483a7c0baeb9dbf590 and it looks like it also solves the problem. So we can abandon this pull-request.
Add
deactivate-global-context-menu
tocontext-menu-functions
. This function sets the context menu ofcontext-menu-mode
to nil if the position of the mouse event is within the area of the edraw-editor window.