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

docs(web): JSDoc comments for svelte actions #12963

Merged
merged 2 commits into from
Sep 27, 2024

Conversation

spfncer
Copy link
Contributor

@spfncer spfncer commented Sep 26, 2024

No description provided.

Copy link
Contributor

@jrasm91 jrasm91 left a comment

Choose a reason for hiding this comment

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

Does this provide intellisense in svelte files?

@spfncer
Copy link
Contributor Author

spfncer commented Sep 26, 2024

Does this provide intellisense in svelte files?

Yes

export const shortcut = <T extends HTMLElement>(
node: T,
option: ShortcutOptions<T>,
): ActionReturn<ShortcutOptions<T>> => {
//just call shortcuts by passing option into array
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you delete this line

@alextran1502 alextran1502 enabled auto-merge (squash) September 27, 2024 01:35
@alextran1502 alextran1502 merged commit c86fa81 into immich-app:main Sep 27, 2024
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants