Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
D8H committed Jan 5, 2025
1 parent 14a65d5 commit a8c27c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions newIDE/app/src/EventsFunctionsExtensionEditor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,7 @@ export default class EventsFunctionsExtensionEditor extends React.Component<
selectedEventsBasedBehavior,
selectedEventsBasedObject,
},
() => {
this.updateToolbar();
}
() => this.updateToolbar()
);
return;
}
Expand Down

0 comments on commit a8c27c9

Please sign in to comment.