misohena / el-easydraw

Embedded drawing tool for Emacs
https://misohena.jp/blog/2021-09-21-emacs-easy-draw.html
GNU General Public License v3.0
769 stars 21 forks source link

#21 Deactivate global context menu in the area of the edraw-editor overlay #22

Closed TobiasZawada closed 9 months ago

TobiasZawada commented 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.

TobiasZawada commented 9 months ago

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.