diff --git a/source/core/src/tactile/core/ui/dock/property_dock.cpp b/source/core/src/tactile/core/ui/dock/property_dock.cpp index f4c1308064..91af1a33ee 100644 --- a/source/core/src/tactile/core/ui/dock/property_dock.cpp +++ b/source/core/src/tactile/core/ui/dock/property_dock.cpp @@ -28,6 +28,7 @@ void _push_property_table_context_menu_content(const Language& language, { if (const DisabledScope disable_if {prop_name != nullptr}; ImGui::Selectable(language.get(StringID::kCreateProperty))) { + dispatcher.push(context_entity); } ImGui::Separator();