Reply To: [Bug] Both Context Menu and Add Node show

Forums 💬 NodeCanvas ⚙️ Support [Bug] Both Context Menu and Add Node show Reply To: [Bug] Both Context Menu and Add Node show

#15254
Gavalakis
Keymaster

    Hello again. Can you please open up Editor.Connection.cs file and change line #173 to be like this and let me know:
    if ( GraphEditorUtility.allowClick && e.type == EventType.ContextClick && e.button == 1 && centerRect.Contains(e.mousePosition) ) {
    Thank you.