tangled
alpha
login
or
join now
stream.place
/
streamplace
Live video on the AT Protocol
74
fork
atom
overview
issues
1
pulls
pipelines
remove logging (hopefully last time)
natalie
8 months ago
c5bb9052
9fa85c25
-1
1 changed file
expand all
collapse all
unified
split
js
app
components
chat
chat.tsx
-1
js/app/components/chat/chat.tsx
···
238
238
const close = () => {
239
239
let current: any = swipeableRef.current;
240
240
if (current) {
241
241
-
console.log("closing swipeable");
242
241
current.close();
243
242
}
244
243
};