This commit is contained in:
Bianca Fürstenau 2025-02-10 17:29:55 +01:00
parent 311718e6d3
commit b56e94f0ed
3 changed files with 70 additions and 15 deletions

View file

@ -9,7 +9,7 @@ async function swap(s) {
}
async function push() {
await invoke("push_data", {});
pullMsgEl.textContent = await invoke("push_data", {});
}
async function pull() {