Pull the tooltip delay from the Foundry tooltip class
This commit is contained in:
parent
7ae5d1b814
commit
95443d3709
1 changed files with 1 additions and 1 deletions
|
|
@ -63,5 +63,5 @@ export function documentSorter(a, b) {
|
|||
* @returns The number of milliseconds for the timeout
|
||||
*/
|
||||
export function getTooltipDelay() {
|
||||
return 1000; // game.tooltip.constructor.TOOLTIP_ACTIVATION_MS;
|
||||
return game.tooltip.constructor.TOOLTIP_ACTIVATION_MS;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue