We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbdfdef commit 79a77b0Copy full SHA for 79a77b0
Editor/Scripts/Element/SearchablePopupField.cs
@@ -82,6 +82,12 @@ private VisualElement GetVisualInput()
82
83
#region Block the default GenericMenu
84
85
+#if !UNITY_2021_1_OR_NEWER
86
+ protected override void ExecuteDefaultActionAtTarget(EventBase evt)
87
+ {
88
+ }
89
+#endif
90
+
91
#if UNITY_2023_1_OR_NEWER
92
[Obsolete]
93
protected override void ExecuteDefaultAction(EventBase evt)
0 commit comments