We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d1fd0 commit 593af7cCopy full SHA for 593af7c
src/components/Controller/Controller.js
@@ -270,7 +270,10 @@ class Controller extends Component {
270
common.setTargetServerToUrl(this.props, config);
271
common.replaceAllLocalSettingsForServerChange(currentServer, this.props, config);
272
common.clearAllUrlParamOfPaper(this.props, config);
273
+ //- server가 바뀌어 쓰므로 해당 설정이 같이 삭제 되어야함
274
localStorage.removeItem("selectedObjects");
275
+ localStorage.removeItem("topologyOptions");
276
+ localStorage.removeItem("topologyPosition");
277
window.location.reload();
278
279
};
0 commit comments