Skip to content

Commit

Permalink
fix board title updating
Browse files Browse the repository at this point in the history
  • Loading branch information
pvh committed Jun 7, 2019
1 parent 317dab4 commit 69ca7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/workspace/board-title.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default class BoardTitle extends React.PureComponent {
if (this.handle) {
this.handle.close()
}
this.boardHandle = window.repo.watch(hypermergeUrl, (doc) => this.onChange(doc))
this.handle = window.repo.watch(hypermergeUrl, (doc) => this.onChange(doc))
}

refreshBoardHandle = (boardId) => {
Expand Down

0 comments on commit 69ca7ac

Please sign in to comment.