Add hideOnMove option to allow map to move without hiding context menu#282
Add hideOnMove option to allow map to move without hiding context menu#282ztolley wants to merge 1 commit intojonataswalker:masterfrom
Conversation
|
Related to issue #263 |
|
@GastonZalba are you willing/able to review this PR? I'm not sure about how this should be handled. |
|
Hello @jonataswalker. First, this Pull Request has nothing to do with the problem/feature-request initially reported in issue #263, it is not going to fix what was described there so it should not be related (the issue should be remain open even if this is merged). Either way, it adds new functionality with only a small code change. But i think that this addition could be used to accommodate some small things in the code that this PR interacts with (the On the other hand, if setting this new parameter is intended from the constructor only, probably checking how it is set should be before setting the Sorry for my english :( |
Allows a user to provide an option to the constructor to disable hiding the context menu when the map is moved, either through code or dragged by the user.
A default value of true is provided to preserve current behaviour.