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
Copy file name to clipboardExpand all lines: web_src/js/features/comp/TextExpander.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@ export function initTextExpander(expander: TextExpanderElement) {
65
65
// To reproduce, comment out the "shouldShowIssueSuggestions" check, use the "await sleep" below,
66
66
// then use content "close #20\nclose #20\close #20", keep changing the last line `#20` part from the end (including removing the `#`)
67
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
+
68
69
// check the input before the request, to avoid emitting empty query to backend (still related to the upstream bug)
0 commit comments