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

fix(completions): add quotes as triggerCharacter #415

Conversation

camerondubas
Copy link

This is a fix for #408

I noticed that template completions for the "on" modifier event names were not being triggered. This was due to quote characters not being listed as triggerCharacters so the onComplete hook in the TemplateCompletionProvider was not being called.

The template completions for the "on" modifier event names were not
being triggered
@lifeart lifeart merged commit ece2345 into lifeart:component-context-info-origin Oct 1, 2023
6 checks passed
lifeart pushed a commit that referenced this pull request Oct 1, 2023
# [2.30.0](v2.29.0...v2.30.0) (2023-10-01)

### Features

* add quotes as triggerCharacter ([#415](#415)) ([ece2345](ece2345))
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.

2 participants