Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zeusongit committed Jan 19, 2024
1 parent 81234b8 commit 6f26b9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class App extends React.Component {

closeDynamo() {
if (chrome.webview !== undefined) {
chrome.webview.hostObjects.scriptObject.CloseWindow(this.state.isChecked);
chrome.webview.hostObjects.scriptObject.CloseWindowPreserve(this.state.isChecked);
}
}
}
Expand Down
2 changes: 0 additions & 2 deletions src/Static.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ class Static extends React.Component {
window.setEnableSignInButton = this.setEnableSignInButton.bind(this);
window.handleSignInStateChange = this.handleSignInStateChange.bind(this);
this.handleChange = this.handleChange.bind(this)
console.log(this.state)
console.log(this.props)
}

componentDidMount() {
Expand Down

0 comments on commit 6f26b9b

Please sign in to comment.