提交 ba795060 编写于 作者: R Ramya Achutha Rao

Allow toggle details on suggest widget when frozen. Fixes #53882

上级 48b3aaf2
......@@ -878,7 +878,7 @@ export class SuggestWidget implements IContentWidget, IDelegate<ICompletionItem>
*/
this.telemetryService.publicLog('suggestWidget:collapseDetails', this.editor.getTelemetryData());
} else {
if (this.state !== State.Open && this.state !== State.Details) {
if (this.state !== State.Open && this.state !== State.Details && this.state !== State.Frozen) {
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册