Skip to content

Commit

Permalink
Fix disabled translation fields on page refresh (#4995)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloud11PL authored Jun 25, 2024
1 parent ff54430 commit 4f86d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/richText/useRichText.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function useRichText({
} catch (e) {
return undefined;
}
}, [initial]);
}, [initial, loading]);

return {
editorRef,
Expand Down

0 comments on commit 4f86d13

Please sign in to comment.