From a8c27c9275e131a4b3de23e75749e8211bcb5773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davy=20H=C3=A9lard?= Date: Mon, 6 Jan 2025 00:04:03 +0100 Subject: [PATCH] Format --- newIDE/app/src/EventsFunctionsExtensionEditor/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/newIDE/app/src/EventsFunctionsExtensionEditor/index.js b/newIDE/app/src/EventsFunctionsExtensionEditor/index.js index 4e224f585bfd..7e0a1aa1e015 100644 --- a/newIDE/app/src/EventsFunctionsExtensionEditor/index.js +++ b/newIDE/app/src/EventsFunctionsExtensionEditor/index.js @@ -296,9 +296,7 @@ export default class EventsFunctionsExtensionEditor extends React.Component< selectedEventsBasedBehavior, selectedEventsBasedObject, }, - () => { - this.updateToolbar(); - } + () => this.updateToolbar() ); return; }