Closed stardiviner closed 2 years ago
Does this issue relate to the issue of posframe
? I found flowing description from posframe
homepage Customizing mouse pointer control.
Customizing mouse pointer control
By default, posframe moves the pointer to point (0,0) in the frame,
as a way to address an issue with mouse focus.
To disable this feature, add this to your init.el:
(setq posframe-mouse-banish nil)
I already set the option to t
. Still have this problem.
R.T
Maybe need to add some workaround.