this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Try possible crash fix

+9 -3
+8 -2
src/components/media.jsx
··· 291 291 e.preventDefault(); 292 292 el.style.viewTransitionName = mediaVTN; 293 293 setTimeout(() => { 294 - document.startViewTransition(() => { 294 + try { 295 + document.startViewTransition(() => { 296 + el.style.viewTransitionName = ''; 297 + location.hash = `#${to}`; 298 + }); 299 + } catch (e) { 300 + console.error(e); 295 301 el.style.viewTransitionName = ''; 296 302 location.hash = `#${to}`; 297 - }); 303 + } 298 304 }, 1); 299 305 } 300 306 } else {
+1 -1
src/locales/en.po
··· 1357 1357 msgid "Filtered" 1358 1358 msgstr "" 1359 1359 1360 - #: src/components/media.jsx:471 1360 + #: src/components/media.jsx:477 1361 1361 msgid "Open file" 1362 1362 msgstr "Open file" 1363 1363