Reklino
Reklino
Yo! Pretty new to game dev, so excuse my ignorance 😅. I've been doing some light research on collision detection. Would it be accurate to say that we'd want to...
@cmichaelgraham I believe so... But from my experience with UI-Grid, you may have to trigger the resize manually. I'd experiment with using the `resizing` event in `angular-resizable` to trigger the...
It's not an option yet, but it would definitely be handy. Pull requests welcome :)
This looks great! I added one comment, but couldn't find any more problems. Swap that out and we can merge :)
Cool! It's been on my list to implement a resize increment feature so that snapping to a grid would be possible. At first thought, it seems best to implement something...
I'm still getting this warning running on the app on a Marshmallow device. P.S. This project is nice 👍 . Thanks for sharing.
@jakewtaylor thanks for the reminder. #document is just a good old `object`. Just updated.
@jakewtaylor sure! If you have a rendered `iframe`, just get the `document` of that iframe and pass it to your component via the `contentDocument` prop. Example using `react-frame-component` ([link](https://github.com/ryanseddon/react-frame-component)) ```...
Hey @jakewtaylor 👋 . Any chance we could merge this one in?