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 66eb289 commit 92b93e6Copy full SHA for 92b93e6
src/plugins/topbar/topbar.jsx
@@ -141,8 +141,8 @@ export default class Topbar extends React.Component {
141
142
clearEditor = () => {
143
if(window.localStorage) {
144
- window.localStorage.removeItem('swagger-editor-content');
145
- this.props.specActions.updateSpec('');
+ window.localStorage.removeItem("swagger-editor-content")
+ this.props.specActions.updateSpec("")
146
}
147
148
0 commit comments