Fix widget Id (#181344)

This commit is contained in:
Matt Bierner 2023-05-02 09:31:53 -07:00 committed by GitHub
parent 37577f6b29
commit 88b26f13a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;