Commit 567c772
committed
Fixes ExceptionWitness being impossible to scroll
The UI was updating at such a high frequency that it was
impossible to scroll the stack trace pane.
Now only updates the pane when the stack trace changes.1 parent 5bbb1dd commit 567c772
File tree
1 file changed
+7
-2
lines changed- ui/src/main/java/edu/wpi/grip/ui/components
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
112 | 117 | | |
113 | 118 | | |
114 | 119 | | |
| |||
0 commit comments