mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: rerender i18n in host components on lang change (#6224)
This commit is contained in:
parent
e4506be3e8
commit
04a8c22f39
14 changed files with 88 additions and 72 deletions
3
src/excalidraw-app/app-jotai.ts
Normal file
3
src/excalidraw-app/app-jotai.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import { unstable_createStore } from "jotai";
|
||||
|
||||
export const appJotaiStore = unstable_createStore();
|
Loading…
Add table
Add a link
Reference in a new issue