[eric] canvas: multi-drag follower writer targets data-select-id, the attribute cards actually stamp

This commit is contained in:
ciregenz
2026-08-06 09:45:01 -07:00
parent 714389381e
commit 64507b2efb
@@ -17,7 +17,7 @@ export function useLiveMultiDrag(): void {
for (const id of update.ids) {
let el = els.get(id);
if (el === undefined) {
el = document.querySelector<HTMLElement>(`[data-osw-card="${CSS.escape(id)}"]`);
el = document.querySelector<HTMLElement>(`[data-select-id="${CSS.escape(id)}"]`);
els.set(id, el);
}
if (el) el.style.translate = value;