fix extension hover when activitybar is on right

This commit is contained in:
Sandeep Somavarapu 2021-07-17 09:04:43 +02:00
parent 58e4104f48
commit ac90351320

View file

@ -267,7 +267,7 @@ export class HoverWidget extends Widget {
}
else if (this._hoverPosition === HoverPosition.LEFT) {
this._x = target.left;
this._x = target.left - hoverWidth;
}
else {