Move downtime move tooltip.

This commit moves the downtown dialog's move tooltip to the right of the
move.

Previously it was above the move, which would obscure other items in the
list and the number of already selected moves in the header.
This commit is contained in:
George Brocklehurst 2025-07-20 11:14:21 +01:00
parent 3dd2378ffb
commit 40e400fdca
No known key found for this signature in database
GPG key ID: 0C643A97B51FFCFB

View file

@ -40,7 +40,7 @@ export default class DhTooltipManager extends foundry.helpers.interaction.Toolti
this.tooltip.innerHTML = html;
options.direction = this._determineItemTooltipDirection(
element,
this.constructor.TOOLTIP_DIRECTIONS.UP
this.constructor.TOOLTIP_DIRECTIONS.RIGHT
);
}