We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5edd3 commit 2586f52Copy full SHA for 2586f52
frontend/javascripts/viewer/view/tracing_view.tsx
@@ -4,8 +4,8 @@ import ErrorHandling from "libs/error_handling";
4
import Toast from "libs/toast";
5
import messages from "messages";
6
import type * as React from "react";
7
-import { getWebGlAnalyticsInformation } from "viewer/controller/renderer";
8
import Constants from "viewer/constants";
+import { getWebGlAnalyticsInformation } from "viewer/controller/renderer";
9
import {
10
setViewModeAction,
11
updateDatasetSettingAction,
unreleased_changes/9437.md
@@ -0,0 +1,2 @@
1
+### Added
2
+- Added a recovery option after WebGL crash to reduce hardware utilization and reload.
0 commit comments