mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
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:
parent
3dd2378ffb
commit
40e400fdca
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ export default class DhTooltipManager extends foundry.helpers.interaction.Toolti
|
||||||
this.tooltip.innerHTML = html;
|
this.tooltip.innerHTML = html;
|
||||||
options.direction = this._determineItemTooltipDirection(
|
options.direction = this._determineItemTooltipDirection(
|
||||||
element,
|
element,
|
||||||
this.constructor.TOOLTIP_DIRECTIONS.UP
|
this.constructor.TOOLTIP_DIRECTIONS.RIGHT
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue