Nelarius / imnodes

A small, dependency-free node editor for dear imgui
MIT License
1.94k stars 237 forks source link

IsEditorHovered does not see the mouse. #163

Closed GeTechG closed 1 year ago

GeTechG commented 1 year ago

When you open a popup and close it e.g. by clicking on an empty space, the popup closes but IsEditorHovered no longer works, and clicking on the editor does not help. It only helps if you click on the editor window header or the empty space in the window outside the editor.