We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8044515 commit db24067Copy full SHA for db24067
packages/devextreme/js/__internal/ui/themes.ts
@@ -63,8 +63,6 @@ function readThemeMarker(): string | null {
63
return null;
64
}
65
return result.substr(THEME_MARKER_PREFIX.length);
66
- } catch (e) {
67
- return null;
68
} finally {
69
element.remove();
70
0 commit comments