Files
Nitro_Render_V3/packages
simoleo89 b954ddcd79 fix(session): refresh furni surfaces on live furnidata merge
mergeFurnitureDataFromUrl dispatched SESSION_DATA_UPDATED, which only drives the
userData snapshot (useUserDataSnapshot) — and it was dispatched here WITHOUT
invalidateUserDataSnapshot(), so the snapshot reference never changed and
consumers bailed out: a no-op. The catalog / inventory / infostand furni name &
description surfaces listen to the window event `nitro-localization-updated` (the
same signal applyFurnidataDelta emits), which the merge never fired — so newly
merged furnidata (e.g. custom/imported.json5 on catalog open) didn't refresh
live. Dispatch `nitro-localization-updated` instead.
2026-06-13 18:17:25 +02:00
..
2026-06-10 15:11:41 +02:00