Skip to content

_.throttle bugs in v1.5.0 #1186

Closed
Closed
@jdalton

Description

In addressing #926, via 081c9fa when you're throttling with the leading options as false it checks for !previous but once you've executed the throttled function and the wait has expired and you call the throttled function again it won't behave properly, incorrectly executing on the leading edge of wait.

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions