mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
introduce hover position and align hover and pointer
This commit is contained in:
@@ -10,6 +10,10 @@ import { DomScrollableElement } from 'vs/base/browser/ui/scrollbar/scrollableEle
|
||||
|
||||
const $ = dom.$;
|
||||
|
||||
export const enum HoverPosition {
|
||||
LEFT, RIGHT, BELOW, ABOVE
|
||||
}
|
||||
|
||||
export class HoverWidget extends Disposable {
|
||||
|
||||
public readonly containerDomNode: HTMLElement;
|
||||
|
||||
Reference in New Issue
Block a user