Typo
This commit is contained in:
parent
29e2e89aae
commit
90198b9ae9
|
@ -185,7 +185,7 @@ function updateFont() {
|
||||||
textSizeBox.innerText = currentFontSize + "px"
|
textSizeBox.innerText = currentFontSize + "px"
|
||||||
}
|
}
|
||||||
|
|
||||||
function async waitforedit() {
|
async function waitforedit() {
|
||||||
while(true) {
|
while(true) {
|
||||||
await fetch("https://notes.canary.hectabit.org/api/waitforedit", {
|
await fetch("https://notes.canary.hectabit.org/api/waitforedit", {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
|
|
Reference in New Issue