pull/5370/head
Stéphane Tetsing 8 months ago committed by Aniket
parent bae3dcbd09
commit 3cc2e78502
  1. 1
      libs/remix-ui/editor/src/lib/providers/inlineCompletionProvider.ts

@ -80,7 +80,6 @@ export class RemixInLineCompletionProvider implements monacoTypes.languages.Inli
return; // do not do completion on single and multiline comment
}
// abort if there is a signal
if (token.isCancellationRequested) {
return

Loading…
Cancel
Save