pull/4697/head
Stéphane Tetsing 10 months ago committed by Aniket
parent 330198cea0
commit e99f555f7b
  1. 1
      libs/remix-ui/editor/src/lib/providers/inlineCompletionProvider.ts

@ -79,7 +79,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) {

Loading…
Cancel
Save