You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 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\nclose #20" (3 lines), keep changing the last line `#20` part from the end (including removing the `#`)
65
67
// There will be a JS error: Uncaught (in promise) IndexSizeError: Failed to execute 'setStart' on 'Range': The offset 28 is larger than the node's length (27).
68
+
69
+
// check the input before the request, to avoid emitting empty query to backend (still related to the upstream bug)
0 commit comments