Mali McCalla
Mali McCalla
Any update on this? Would love to see a lock axis feature soon
This would be a great feature. I currently have two test files that take a lot longer to run and are "more flakey" than others resulting in the occasionally fail...
I'm currently upgrading from `3.35.1` to `4.3.0` - I used to do this ```ts await usersIndex.addObject({ ... }); ``` after changing to ```ts await usersIndex.saveObject({ ... }); ``` I'm getting...
Came back to this part of the codebase yesterday and still can't seem to find a better way to do this 😕
Thank @brandongregoryscott. I have indeed set `shouldCloseOnOverlayClick` to prevent this. Will leave the issue open as it's not ideal for our case, but feel free to close it if you...