1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-10 18:10:54 +09:00

twitter resize fix

This commit is contained in:
Andrew Simachev 2023-12-31 15:59:01 +01:00
parent 7009079678
commit 7bc35156dd
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8

View file

@ -23,6 +23,7 @@
<div id="root"></div>
<script type="text/javascript">
let cachedHtml = '';
let scrollHeight = 0;
const param = getParam();
const body = document.body;