grant-davidson

Results 5 comments of grant-davidson

At the moment, it's worse than that because the size is determined by the size of the first scene at the time a second scene is added. After that (without...

That makes sense. I'll see if I can find a fix.

It seems that in storybook 6.4.19 if your .env has: `REACT_APP_API_URL='/api'` and your code has `get(process.env.REACT_APP_API_URL)` the code actually executed is: `get('/api')` and so having code like: `process.env.REACT_APP_API_URL= '/api/test'` results...

css transform: scale might be easier. You'd then need to divide the deltaX & deltaY returned in positionChanged callback by this scale before making use of these to update the...