Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hlomzik authored Feb 7, 2024
1 parent 0e84bd9 commit 60f9ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stores/Annotation/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ const AnnotationStoreModel = types
if (self.selected) {
// const comments = self.store.commentStore;

// @todo current comment is an object and that was not a part of original fix
// @todo so leave it for later
// @todo `currentComment` is an object and saving them was not a part of original fix
// @todo so I leave it for next fix coming soon
// if (comments.currentComment) {
// // comment will save draft automatically
// comments.commentFormSubmit();
Expand Down

0 comments on commit 60f9ed4

Please sign in to comment.