mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
Don't count first load
This commit is contained in:
parent
668150a667
commit
c43109a230
2 changed files with 0 additions and 2 deletions
|
@ -30,7 +30,6 @@
|
|||
| Project name | change | title |
|
||||
| Theme | change | theme | `light` or `dark` |
|
||||
| Change language | change | language | `language` |
|
||||
| Language on load | change | language on load | `language` |
|
||||
| Send to back | layer | move | `back` |
|
||||
| Send backward | layer | move | `down` |
|
||||
| Bring to front | layer | move | `front` |
|
||||
|
|
|
@ -85,7 +85,6 @@ export const setLanguageFirstTime = async () => {
|
|||
);
|
||||
|
||||
languageDetector.cacheUserLanguage(currentLanguage.lng);
|
||||
trackEvent(EVENT_CHANGE, "language on load", currentLanguage.lng);
|
||||
};
|
||||
|
||||
export const getLanguage = () => currentLanguage;
|
||||
|
|
Loading…
Add table
Reference in a new issue