From 59fb92c6f7612065268713fd72cb50c83dc6935c Mon Sep 17 00:00:00 2001 From: telion2 Date: Fri, 6 Apr 2018 12:08:01 +0200 Subject: [PATCH] hotfix #129 --- views/analysis.vue | 8 +++++++- views/components/analysis/text.vue | 4 ++-- views/components/analysis/textfeatureviewport.vue | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/views/analysis.vue b/views/analysis.vue index 16d7a67b..9bdbbf6a 100644 --- a/views/analysis.vue +++ b/views/analysis.vue @@ -56,6 +56,7 @@ v-for="columnindex in numberofcolumns" v-bind:style="{width : columnsize2 + '%'}"> 0) { + for(let k = 0; k < this.$refs['textfeatureviewports'].length; k++){ + console.log('check '+ k); + this.$refs['textfeatureviewports'].corefset = true; + } + } let end = this.tokenssplittedindextoshow + this.numberofcolumns; this.tokenstoshow = this.tokenssplitted.slice(this.tokenssplittedindextoshow, end); } }, changeScope: function (direction) { - if (direction) { if (this.tokenssplittedindextoshow - 1 >= 0) { this.tokenssplittedindextoshow--; diff --git a/views/components/analysis/text.vue b/views/components/analysis/text.vue index da3cfb45..091973f2 100644 --- a/views/components/analysis/text.vue +++ b/views/components/analysis/text.vue @@ -5,12 +5,12 @@ v-on:mouseout="stophover">{{bracketleft}}{{bracketleft}}{{token.content}}{{bracketright}}{{bracketright}}{{getWordGap3}} diff --git a/views/components/analysis/textfeatureviewport.vue b/views/components/analysis/textfeatureviewport.vue index 2c9d8397..b007d71b 100644 --- a/views/components/analysis/textfeatureviewport.vue +++ b/views/components/analysis/textfeatureviewport.vue @@ -8,7 +8,7 @@ style="border-right: 1px solid rgba(0,0,0,.1);margin: 0;padding: 8px; width: 50%; overflow-y: auto;" v-on:scroll="onscrolltext">
+ style="height: auto !important; display: block; max-height: 100%; padding:0;">