Skip to content

Commit

Permalink
Fixes #275. Fixes #280.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mulholland committed Mar 21, 2018
1 parent 892602f commit 566fbe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,7 @@ export default {
commentsPlugin.setRange(range)
commentsPlugin.setComment(errorMessage.message)
this.previousComments.push({row: range.from.row, col: range.from.col})
// wait for hot to update cells with comment class
_.delay(this.updateCellsFromHotRange, 100, hot, range, this.addErrorHighlightStyle)
}
}
Expand Down

0 comments on commit 566fbe7

Please sign in to comment.