mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -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
|
@ -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
Add a link
Reference in a new issue