1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-07 21:47:02 +09:00

fix file from path size

This commit is contained in:
Andrew Simachev 2024-09-12 20:05:34 +02:00
parent 8f5b01cb82
commit 43789d7fd3
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF

View file

@ -220,8 +220,6 @@ const ChatAttachment = observer(class ChatAttachment extends React.Component<Pro
data.object = object;
};
console.log(data);
S.Popup.open('preview', { data });
};