We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc10e8 commit 8b459a2Copy full SHA for 8b459a2
web_src/js/features/comp/TextExpander.ts
@@ -60,6 +60,7 @@ export function initTextExpander(expander: TextExpanderElement) {
60
};
61
62
const debouncedIssueSuggestions = debounce(async (key: string, text: string): Promise<TextExpanderProvideResult> => {
63
+ // https://github.com/github/text-expander-element/issues/71
64
// Upstream bug: when using "multiword+promise", TextExpander will get wrong "key" position.
65
// To reproduce, comment out the "shouldShowIssueSuggestions" check, use the "await sleep" below,
66
// then use content "close #20\nclose #20\close #20", keep changing the last line `#20` part from the end (including removing the `#`)
0 commit comments