godot-dockable-container
godot-dockable-container copied to clipboard
Handles are broken since 4.2.2
Tried on 4.2.2 and 4.3 beta It seems like the method _notification(what: int) in the split_handle file calls MOUSE_ENTER and MOUSE_EXIT events sequentially at the same time. I fixed that by removing the MOUSE_EXIT case. It is not the best fix but it is something