mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-12 20:12:23 +01:00
Adresses #244651
This commit is contained in:
committed by
Henning Dieterichs
parent
b14084a1ce
commit
c54bb3df3a
@@ -330,7 +330,7 @@ class AccessibleViewAcceptInlineCompletionAction extends Action2 {
|
||||
return;
|
||||
}
|
||||
const model = InlineCompletionsController.get(editor)?.model.get();
|
||||
const state = model?.inlineCompletionState.get();
|
||||
const state = model?.state.get();
|
||||
if (!model || !state) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user