Pull the tooltip delay from the Foundry tooltip class

This commit is contained in:
Oliver-Akins 2025-04-05 15:30:26 -06:00
parent 7ae5d1b814
commit 95443d3709

View file

@ -63,5 +63,5 @@ export function documentSorter(a, b) {
* @returns The number of milliseconds for the timeout * @returns The number of milliseconds for the timeout
*/ */
export function getTooltipDelay() { export function getTooltipDelay() {
return 1000; // game.tooltip.constructor.TOOLTIP_ACTIVATION_MS; return game.tooltip.constructor.TOOLTIP_ACTIVATION_MS;
}; };