mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:43:07 +00:00
Fix widget Id (#181344)
This commit is contained in:
parent
37577f6b29
commit
88b26f13a5
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ interface ShowCommand {
|
|||
}
|
||||
|
||||
class PostEditWidget extends Disposable implements IContentWidget {
|
||||
private static readonly baseId = 'editor.widget.inlineProgressWidget';
|
||||
private static readonly baseId = 'editor.widget.postEditWidget';
|
||||
|
||||
readonly allowEditorOverflow = true;
|
||||
readonly suppressMouseDown = true;
|
||||
|
|
Loading…
Reference in a new issue