Преглед изворни кода

Fixes regression caused by be50f2b

main
Eric Amodio пре 1 година
родитељ
комит
74b958b74e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/webviews/apps/plus/graph/graph.tsx

+ 1
- 1
src/webviews/apps/plus/graph/graph.tsx Прегледај датотеку

@ -147,7 +147,7 @@ export class GraphApp extends App {
switch (msg.method) {
case DidChangeNotificationType.method:
onIpc(DidChangeNotificationType, msg, (params, type) => {
this.setState({ ...this.state, ...params }, type);
this.setState({ ...this.state, ...params.state }, type);
});
break;

Loading…
Откажи
Сачувај