kamranahmedse / driver.js

A light-weight, no-dependency, vanilla JavaScript engine to drive user's focus across the page
https://driverjs.com
MIT License
22.61k stars 1.01k forks source link

[Bug] Methods hasNextStep and hasPreviousStep do not return boolean #492

Open lonix1 opened 4 months ago

lonix1 commented 4 months ago

They (maybe) return the steps rather than booleans.

xionnon commented 4 months ago

@lonix1 👍

https://github.com/kamranahmedse/driver.js/blob/9e6f1a45b3fb023886518a99cfcb3985275b9af0/src/driver.ts#L156-L157

hasNextStep => nextStep?