You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The values displayed in the Aurelia inspector are not refreshed after a browser event loop.
For example if I click on an input and my model values change, the old ones are still displayed in the inspector.
If I select another element they are refreshed, but this is annoying as I loose any context (scroll position, expanded object nodes).
It would be nice if just like regular debugger watches, the values updated automatically, maybe even with a small flash when a value changes.
The text was updated successfully, but these errors were encountered:
This is probably possible, but a bit tricky. The reason is that the inspector doesn't live in or have access to the objects in the main window. Everything has to be handled via cross-process message passing.
I'm submitting a feature request
The values displayed in the Aurelia inspector are not refreshed after a browser event loop.
For example if I click on an input and my model values change, the old ones are still displayed in the inspector.
If I select another element they are refreshed, but this is annoying as I loose any context (scroll position, expanded object nodes).
It would be nice if just like regular debugger watches, the values updated automatically, maybe even with a small flash when a value changes.
The text was updated successfully, but these errors were encountered: