shagu / pfQuest

A Questhelper and Database Addon for World of Warcraft: Vanilla & TBC
https://shagu.org/pfQuest
MIT License
198 stars 55 forks source link

Use the game's `ToggleWorldMap()` to open the map #213

Closed Ennea closed 8 months ago

Ennea commented 1 year ago

Small change to use the game's ToggleWorldMap() to open the map instead of WorldMapFrame:Show(). This ensures that the UI's layout handling code runs, allowing players to close the map with the escape key.