feat: add wallnote

This commit is contained in:
2025-02-28 21:40:44 +08:00
parent ba5ca8063a
commit d2c13c43a8
5 changed files with 206 additions and 33 deletions

View File

@@ -58,9 +58,7 @@ const Drawer = () => {
};
}, []);
useEffect(() => {
console.log('editValue', editValue, open, mounted);
if (!open && mounted) {
console.log('hasEdited', hasEdited);
if (hasEdited) {
onSave();
}