Files
Ferdinand Thiessen eac0092cd9 fix(files): make sure nested changes are propagated to sidebar tabs
fix(files): make sure nested changes are propagated to sidebar tabs

If an object is passed from one app to another app through a web

component, then only reference changes (new objects) are marked as

reactive changes in the receiving app.

In this case e.g. `mtime` changes were not properly propagated,

so to fix this we explicitly clone the objects before passing to the

sidebar tab.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>

[skip ci]
2026-06-15 12:13:08 +02:00
..