1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-05-06 06:56:33 +00:00

fix code format

This commit is contained in:
Michael An 2025-04-21 10:34:49 +08:00
parent 920b7fe430
commit 4c3cc1ae19
2 changed files with 7 additions and 6 deletions
frontend/src/pages/excalidraw-editor

View File

@ -25,6 +25,7 @@ const ExcaliEditor = () => {
setIsFetching(false);
});
onSetFavicon();
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
const saveSceneContent = useCallback(async () => {