Skip to content

Conversation

@pdx91
Copy link

@pdx91 pdx91 commented Jul 17, 2025

No description provided.

Comment on lines +109 to +114
keyMappings: {
...defaultSchema.keyMappings,
at: "@",
slash: "/",
question: "?"
},

Choose a reason for hiding this comment

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

IMO this doesn't add much. The example below could use the existing at mapping.

Comment on lines +123 to +125
<div data-controller="search"
data-action="keydown.slash->search#focus keydown.question->search#showHelp">
</div>

Choose a reason for hiding this comment

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

Suggested change
<div data-controller="search"
data-action="keydown.slash->search#focus keydown.question->search#showHelp">
</div>
<div data-controller="mentions"
data-action="keydown.at->mentions#displaySuggestions"></div>

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants