Missing change

This commit is contained in:
Wojciech Figat
2022-03-22 18:11:04 +01:00
parent 891d65dc87
commit d5060e9067

View File

@@ -40,6 +40,7 @@ namespace FlaxEditor.CustomEditors.Elements
public LabelElement AddCopyContextMenu(Action<ContextMenu> customOptions = null)
{
Label.RightClick += OnRightClick;
_customContextualOptions = customOptions;
return this;
}