mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 20:49:16 +00:00
worsen audio experience for safari
This commit is contained in:
parent
be27a3d726
commit
04c965847b
@ -20,7 +20,7 @@ export function AudioAsset({ label, audioUrl }) {
|
|||||||
const onReady = () => {
|
const onReady = () => {
|
||||||
if (!ready) {
|
if (!ready) {
|
||||||
setReady(true);
|
setReady(true);
|
||||||
setPlaying(true);
|
setPlaying(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ export function useRegistry() {
|
|||||||
updateState({ busy: true });
|
updateState({ busy: true });
|
||||||
try {
|
try {
|
||||||
let profiles = await getListing(state.server)
|
let profiles = await getListing(state.server)
|
||||||
updateState({ profiles: profiles });
|
updateState({ profiles: profiles.filter(contact => contact.guid !== profile.state.profile.guid) });
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
window.alert(err)
|
window.alert(err)
|
||||||
|
Loading…
Reference in New Issue
Block a user