tibiamaps / tibia-map

:earth_americas: Online Tibia map viewer that uses the data from the tibia-map-data project.
https://tibiamaps.io/map
MIT License
25 stars 13 forks source link

Added feature to disable incrementing or decrementing the floor butto… #30

Closed Bernardoow closed 6 years ago

Bernardoow commented 6 years ago

Added feature to disable incrementing or decrementing the floor button when it reaches the limit.

28

Bernardoow commented 6 years ago

I did not remove the listen of the event, because there is already a check in code and to do the removal and addition of the listen would greatly increase the complexity.

Bernardoow commented 6 years ago

Today I created methods for remove and add events to floor change buttons.

Bernardoow commented 6 years ago

@mathiasbynens Can you check this Pr?