You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type definition for the keyboard option in the Reveal.Options interface does not match its real use. In the type definition, its just a boolean, while in the documentation and the real life, it is a map of key codes to callbacks or null.
Not a big thing, but would be nice if it was fixed.
The text was updated successfully, but these errors were encountered:
Hey there!
The type definition for the
keyboard
option in theReveal.Options
interface does not match its real use. In the type definition, its just a boolean, while in the documentation and the real life, it is a map of key codes to callbacks or null.Not a big thing, but would be nice if it was fixed.
The text was updated successfully, but these errors were encountered: