Inspector Mode flushToDOM
While in inspector mode I have components flushing to DOM. This can be completed either manually (document.querySelector('a-scene').flushToDOM(true)) or through the
While components that are edited through the right-hand inspector are flushed to the DOM components that are edited in the window are not updated. That is: moving, rotating and scaling components directly in the editor does not allow flush the data to the DOM.
A workaround I've found is that the data can be flushed to the DOM but it needs to be adjusted slightly in the right-hand editor after being edited in the main window. Hope this is all clear enough!
- A-Frame Version: 0.9.2
- Platform / Device: Macbook Pro, Google Chrome
Same issue here:
https://github.com/aframevr/aframe/issues/4084
Any clue how to get those components updated?
@iburguera no luck yet, haven't completed a deep dive into the code to find out what the issue might be though. Any leads to get started on your end?
I have been searching which event is triggered when the value of the right panel is changed but not able to figure it out. Triggering that function does not do anything.
Hi, any luck on figuring out what the issue is here? i'm also having the same problem and trying to find a solution.
@antiantivirus Unfortunately not yet, @dmarcos any word on how this could be resolved?
Happy to fork and fix ourselves with some direction
Hi, wondering if a solution to this has been found or any ideas on where to start trying to solve this issue.
https://github.com/aframevr/aframe-inspector/pull/695 fixes it.
Fixed by https://github.com/aframevr/aframe-inspector/pull/695