Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sai-editor): make the timed-actionlist linkable #3115

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Helias
Copy link
Member

@Helias Helias commented Oct 27, 2024

closes #2106

This PR is still in WIP

@FrancescoBorzi FrancescoBorzi changed the title feat(sai-editor): make linkable the timed-actionlist feat(sai-editor): make the timed-actionlist linkable Oct 28, 2024
@@ -14,7 +14,8 @@ export abstract class SelectComplexKeyComponent<T extends TableRow> {

private readonly changeDetectorRef = inject(ChangeDetectorRef);

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);

this._timedActionLists$ = this.queryService.getTimedActionlists(this.creatureId);
}

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
2 participants