We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bce4bd4 + 980554c commit 3cadc54Copy full SHA for 3cadc54
package.json
@@ -2,7 +2,7 @@
2
"name": "session-desktop",
3
"productName": "Session",
4
"description": "Private messaging from your desktop",
5
- "version": "1.14.1",
+ "version": "1.14.2",
6
"license": "GPL-3.0",
7
"author": {
8
"name": "Oxen Labs",
ts/hooks/useIconToImageURL.tsx
@@ -58,12 +58,11 @@ export const convertIconToImageURL = async (
58
/>
59
);
60
// wait for it to render
61
- await sleepFor(100);
+ await sleepFor(200);
62
63
const svg = root?.querySelector(`#icon-to-image-url svg`);
64
svg?.setAttribute('xmlns', 'http://www.w3.org/2000/svg');
65
const svgString = svg?.outerHTML;
66
-
67
reactRoot?.unmount();
68
root?.removeChild(divElement);
69
0 commit comments