Fix issues in dfnshelper and inputManager
This commit is contained in:
@@ -51,8 +51,6 @@ const dateLocales = (locale) => ({
|
||||
})[locale];
|
||||
|
||||
export function getLocale() {
|
||||
console.warn(globalize.getCurrentLocale());
|
||||
console.warn(dateLocales(globalize.getCurrentLocale()));
|
||||
return dateLocales(globalize.getCurrentLocale()) || enUS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user