Move downtime move tooltip. (#385)

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:40:33 +01:00 committed by GitHub
parent 1e828547bb
commit 867947c2c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
);
}