mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
Three callbacks in snapshot-entry* shared the same DOM extraction logic (get current target, read data-id, parse UUID). Extracted into a private defn- to remove the duplication and simplify each callback.