feat: show recipient address in chip drag preview

This commit is contained in:
Linus Rath
2026-06-15 15:28:03 +02:00
parent 701f96adb3
commit dcea4fdd5e
2 changed files with 36 additions and 0 deletions
@@ -201,6 +201,10 @@ class MockDataTransfer {
getData(type: string): string {
return this._data[type] ?? '';
}
setDragImage(_image: Element, _x: number, _y: number) {
// no-op: jsdom has no rendering, but the chip drag handler calls this.
}
}
// ─── Shared test data ─────────────────────────────────────────────────────────