mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-21 10:01:35 +01:00
@@ -85,6 +85,8 @@ const CLOSE_BUTTON_WIDTH = 22;
|
||||
export class StandaloneColorPickerWidget extends Disposable implements IContentWidget {
|
||||
|
||||
static readonly ID = 'editor.contrib.standaloneColorPickerWidget';
|
||||
readonly allowEditorOverflow = true;
|
||||
|
||||
private body: HTMLElement = document.createElement('div');
|
||||
|
||||
private readonly _position: Position | undefined = undefined;
|
||||
|
||||
Reference in New Issue
Block a user