This commit is contained in:
syuilo
2025-03-10 11:23:15 +09:00
parent 9842eb2eeb
commit cef7575b76
34 changed files with 176 additions and 176 deletions

View File

@@ -53,7 +53,7 @@ const changed = ref(false);
let timeoutId;
const saveMemo = () => {
store.set('memo', text.value);
store.commit('memo', text.value);
changed.value = false;
};