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:
parent
920b7fe430
commit
4c3cc1ae19
frontend/src/pages/excalidraw-editor
@ -25,6 +25,7 @@ const ExcaliEditor = () => {
|
||||
setIsFetching(false);
|
||||
});
|
||||
onSetFavicon();
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, []);
|
||||
|
||||
const saveSceneContent = useCallback(async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user