godotjs / javascript

Javascript binding for godotengine
https://godotjs.github.io/
MIT License
980 stars 82 forks source link

fix: issue with !is_inside_tree() when starting editor #204

Closed nmerget closed 1 month ago

nmerget commented 1 month ago

Description

closes #184

We can't prefill the LineEdit inside the EditorFileDialog, because it isn't inside the viewport when starting the editor. Removed the prefills to solve error.

Make sure to follow the PR preparation steps in CONTRIBUTING.md before submitting your PR: