fix: load correct community icon in create post page
This commit is contained in:
parent
abc597de95
commit
aee6026d01
1 changed files with 6 additions and 0 deletions
|
@ -405,6 +405,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
setTimeout(() => {
|
||||||
|
update_community_avatar({
|
||||||
|
target: document.getElementById("community_to_post_to"),
|
||||||
|
});
|
||||||
|
}, 150);
|
||||||
|
|
||||||
async function cancel_create_post() {
|
async function cancel_create_post() {
|
||||||
if (
|
if (
|
||||||
!(await trigger("atto::confirm", [
|
!(await trigger("atto::confirm", [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue