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 68d2956 commit 74b958bCopy full SHA for 74b958b
src/webviews/apps/plus/graph/graph.tsx
@@ -147,7 +147,7 @@ export class GraphApp extends App<State> {
147
switch (msg.method) {
148
case DidChangeNotificationType.method:
149
onIpc(DidChangeNotificationType, msg, (params, type) => {
150
- this.setState({ ...this.state, ...params }, type);
+ this.setState({ ...this.state, ...params.state }, type);
151
});
152
break;
153
0 commit comments