Permalink
Browse files
Fix bug in annotation popover on failed term lookup
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/js/views/AnnotationView.js
|
@@ -131,6 +131,7 @@ define(['jquery', |
|
|
!match.definition.length || |
|
|
!match.definition.length > 0) { |
|
|
viewRef.valueResolved = true; |
|
|
viewRef.updatePopover(); |
|
|
|
|
|
return; |
|
|
} |
|
|
0 comments on commit
76f6474