diff options
author | Phil Hughes <me@iamphill.com> | 2018-11-06 09:40:03 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-11-06 10:17:59 +0000 |
commit | 35faecb06b4b921d12a62344976918e88cd73fca (patch) | |
tree | 4ad92bdbfb656171998d5000380f99f83549b2e0 /app/assets/javascripts/diffs/components/diff_content.vue | |
parent | f7df9ddb52be8a03b8fbd8c9a870f3e3af577562 (diff) | |
download | gitlab-ce-35faecb06b4b921d12a62344976918e88cd73fca.tar.gz |
Restored width & height properties
Diffstat (limited to 'app/assets/javascripts/diffs/components/diff_content.vue')
-rw-r--r-- | app/assets/javascripts/diffs/components/diff_content.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/diffs/components/diff_content.vue b/app/assets/javascripts/diffs/components/diff_content.vue index f677999a268..547742a5ff4 100644 --- a/app/assets/javascripts/diffs/components/diff_content.vue +++ b/app/assets/javascripts/diffs/components/diff_content.vue @@ -57,6 +57,8 @@ export default { positionType: IMAGE_DIFF_POSITION_TYPE, x: this.diffFileCommentForm.x, y: this.diffFileCommentForm.y, + width: this.diffFileCommentForm.width, + height: this.diffFileCommentForm.height, }, }); }, |