mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix a regression on parameter editor lock (#7249)
Do not show in changelog
This commit is contained in:
@@ -191,7 +191,9 @@ export const EventsFunctionParametersEditor = ({
|
||||
eventsFunction.getName()
|
||||
);
|
||||
freezeParameters =
|
||||
isABehaviorLifecycleEventsFunction || isAnObjectLifecycleEventsFunction;
|
||||
freezeParameters ||
|
||||
isABehaviorLifecycleEventsFunction ||
|
||||
isAnObjectLifecycleEventsFunction;
|
||||
|
||||
const [
|
||||
longDescriptionShownIndexes,
|
||||
|
Reference in New Issue
Block a user