introduce hover position and align hover and pointer

This commit is contained in:
Sandeep Somavarapu
2021-04-22 01:03:26 +02:00
parent 685147c008
commit 61364b0492
9 changed files with 118 additions and 39 deletions

View File

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