Grant Steffen
Grant Steffen
## Please check all that apply - [ ] visual bug - [x] functional bug - [x] able to consistently reproduce ## Expected Behavior `isoToCountryCode('036', 'alpha2')` should return `AU` ##...
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ]...
### Describe the bug When a graph is rotated any amount of degrees it does a full zoom in and re-orientation to any selected nodes ### Steps to Reproduce the...
allowTouchMove is typed `allowTouchMove: (el: EventTarget) => boolean`, but should be `allowTouchMove: (el: HTMLElement) => boolean` based off example usage. ``` disableBodyScroll(container, { allowTouchMove: (el) => { while (el &&...
### Discussed in https://github.com/reaviz/reagraph/discussions/259 Originally posted by **lovelindhoni** July 27, 2024 Is it possible to set a custom zoom level for the layout.?