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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's changed
Dismissing a toast no longer closes the drawer or dialog under it. The toast layer mounts outside the overlay's own DOM, so its close ✕ read as an "outside click" — the drawer treated it as a backdrop dismiss. Clicks inside the toast layer are now exempt from outside-click dismissal for both the side panels and the dialogs.
Make paths portable now FIXES paths under a foreign Daz library root — the missing baker textures and "cannot be made portable" references a moved library (or a .hip from another machine) leaves behind. When a path's library-relative tail exists under your configured library, the repath repoints it there as $DAZ3D_LIB/… (portable straight away); the General tab counts these as fixable instead of stuck, the card badge says which missing textures the button repairs, and the report names each old → new pair. Only a path whose target file actually exists is ever rewritten — everything else stays reported, exactly as before.