Skip to content

Commit

Permalink
Fix bug in annotation popover on failed term lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Jul 30, 2019
1 parent dfc7ec0 commit 76f6474
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/views/AnnotationView.js
Expand Up @@ -131,6 +131,7 @@ define(['jquery',
!match.definition.length ||
!match.definition.length > 0) {
viewRef.valueResolved = true;
viewRef.updatePopover();

return;
}
Expand Down

0 comments on commit 76f6474

Please sign in to comment.