bug fix. Again.

This commit is contained in:
CatAClock 2025-05-24 12:54:06 -07:00
parent 8a5b55f999
commit ff0dcc6ba3

View file

@ -52,9 +52,9 @@ async function Post() {
} else {
await MastodonAPI.CreateReplyStatus(Text, WarningInputArea.value, TempVisible, JSON.parse(localStorage.getItem("post")).id);
}
return;
InputArea.value = "";
WarningInputArea.value = "";
return;
} else if (website == "All") {
if (WarningInputArea.value == "") {
await MastodonAPI.CreateStatus(Text, undefined, TempVisible);
@ -99,6 +99,7 @@ async function Post() {
}
InputArea.value = "";
WarningInputArea.value = "";
return;
} else if (website == "All") {
let Post;
if (WarningInputArea.value == "") {