xyz
xyz copied to clipboard
Dialog headerDrag
Pull Request Template
Description
Added the headerDrag
flag that when set will mean dialogs are only draggable from the header. The body of the dialog is then accessible for mouse clicks / interactions by the user.
Fixed bug with error about resizeObserver
.
GitHub Issue
https://github.com/GEOLYTIX/xyz/issues/1356
Type of Change
Please delete options that are not relevant, and select all options that apply.
- ✅ Bug fix (non-breaking change which fixes an issue)
- ✅ New feature (non-breaking change which adds functionality)
How have you tested this?
Tested locally.
Testing Checklist
Please delete options that are not relevant, and select all options that apply.
- ✅ Existing Tests still pass
- ✅ Ran locally on my machine
Code Quality Checklist
Please delete options that are not relevant, and select all options that apply.
- ✅ My code follows the guidelines of XYZ
- ✅ My code has been commented
- ✅ Documentation has been updated
- ✅ New and existing unit tests pass locally with my changes
- ✅ Main has been merged into this PR