@konfuzio/document-validation-ui 0.1.21-dev.1 → 0.1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konfuzio/document-validation-ui",
3
- "version": "0.1.21-dev.1",
3
+ "version": "0.1.21",
4
4
  "repository": "git://github.com:konfuzio-ai/document-validation-ui.git",
5
5
  "main": "dist/app.js",
6
6
  "scripts": {
@@ -112,7 +112,7 @@ export default {
112
112
  this.$nextTick(() => {
113
113
  // Scroll to the annotation
114
114
  this.scrollTo(
115
- this.getYForBbox(this.documentAnnotationSelected.span),
115
+ this.getYForBbox(this.documentAnnotationSelected.span) - 100, // offset for edit annotation popup
116
116
  this.getXForBbox(this.documentAnnotationSelected.span)
117
117
  );
118
118
  });