This commit is contained in:
Tracker-Friendly 2024-03-29 20:14:13 +00:00
parent 29e2e89aae
commit 90198b9ae9
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ function updateFont() {
textSizeBox.innerText = currentFontSize + "px"
}
function async waitforedit() {
async function waitforedit() {
while(true) {
await fetch("https://notes.canary.hectabit.org/api/waitforedit", {
method: "POST",