mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-11 00:04:23 +01:00
Don't count first load
This commit is contained in:
@@ -85,7 +85,6 @@ export const setLanguageFirstTime = async () => {
|
||||
);
|
||||
|
||||
languageDetector.cacheUserLanguage(currentLanguage.lng);
|
||||
trackEvent(EVENT_CHANGE, "language on load", currentLanguage.lng);
|
||||
};
|
||||
|
||||
export const getLanguage = () => currentLanguage;
|
||||
|
||||
Reference in New Issue
Block a user