Skip to content

Conversation

@Helias
Copy link
Member

@Helias Helias commented Oct 27, 2024

closes #2106

This PR is still in WIP

@Helias Helias requested a review from FrancescoBorzi October 27, 2024 23:05
@FrancescoBorzi FrancescoBorzi changed the title feat(sai-editor): make linkable the timed-actionlist feat(sai-editor): make the timed-actionlist linkable Oct 28, 2024

onSelect(event: { selected: Array<Partial<T>> }) {
onSelect(event: { selected: Array<Partial<T>> }): void {
console.log('### event', event);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
console.log('### event', event);

}

override onSelect(event: { selected: SmartScripts[] }): void {
console.log('### event 2', event);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
console.log('### event 2', event);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] SAI Editor: Link the normal SAI Editor with the Timed Actionlist Editor

3 participants