solvedDev
solvedDev
Drag & drop for files is available on devices which support precise pointer gestures (not touch) because the controls didn't quite work for touch devices. We'll need to setup a...
Thanks a lot for the great bug report! That'll help me a lot fixing the issue :)
Converted to draft because I want to figure out how to make hot reloads for the geometry file work in this fallback mode
Fix will be available shortly on our nightly build: https://nightly.bridge-core.app/
Small bump @Joelant05
Oh, that's a good catch. Thanks a lot! Let me hack together a PR real quick :D
I've looked into this and Monaco apparently doesn't support this yet. I am not sure whether/when we will find the time to implement this ourselves so here's some information in...
Closed with the release of v2.6.0
This should use the same validation within the project name input that we e.g. also use for the project prefix. We will need to derive a list of taken project...
I agree this would be nice to have but the problem we have is that the text editor can contain invalid JSON while the tree editor requires valid JSON. We...