Results 26 comments of David Kerns

You are 100% correct. There was a complimentary website with docs and examples that went offline in the shuffle of bringing a new server online. I should take the content...

Hi Milan. Good to hear from you. The function calls are the way they are today to make Dummy code friendly and approachable to non-developers, and/or quasi-developers like me who...

Ah. I hope I've not been falsely slandering VS Code for not being able to handle undo/redo and borking the undo history? 🤔

Maybe there is something about the way I'm calling the options that isn't correct? ``` ... mapTypeControl: false, zoomControl: true, zoomControlOptions: { position: google.maps.ControlPosition.RIGHT_CENTER }, }, ... ``` `position: google.maps.ControlPosition.RIGHT_CENTER`...

Is this plugin still in any form of active development? I am ready to purchase a license if I know it's not EOL, ...it just seems maybe EOL? Just ignore...

@alexjcollins @Tam Would it be a new feature or a bug fix?

@hiasl Were you able to resolve this issue?

Is it not just a matter of toggling a class on the body tag when the modal is active, with the property “overflow:hidden” ? It might also be necessary to...