Skip to content

Commit a5a62ad

Browse files
committed
save
1 parent faa2a60 commit a5a62ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
- "1081:1080"
2323

2424
minio:
25-
user: ${DOCKER_USER:-1000}
25+
# user: ${DOCKER_USER:-1000}
2626
image: minio/minio
2727
environment:
2828
- MINIO_ROOT_USER=impress

src/frontend/apps/impress/src/features/docs/doc-editor/hook/useSaveDoc.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const useSaveDoc = (docId: string, yDoc: Y.Doc, canSave: boolean) => {
3737
* is local or not.
3838
* TODO: see if we can get the local changes from the AI
3939
*/
40+
console.log('transaction', transaction);
4041
setIsLocalChange(transaction.local || transaction.origin === null);
4142
};
4243

0 commit comments

Comments
 (0)