payjoin / nolooking

Batched Channels from a PayJoin ⚡️🔀
41 stars 8 forks source link

Fix remove channel button #64

Closed nickfarrow closed 1 year ago

nickfarrow commented 1 year ago

Resolves https://github.com/chaincase-app/nolooking/issues/63

DanGould commented 1 year ago

forgot to run yourfixup!

DanGould commented 1 year ago

Actually, I think even this is wrong. What we really want is

channels.removeChild(channels.lastElementChild);
channels.removeChild(channels.lastElementChild);

or else removeChild could remove whitespace in my experience