parisminton 7 년 전
부모
커밋
6318e7aa10
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      renderer/text-wrapper.js

+ 1 - 1
renderer/text-wrapper.js 파일 보기

@@ -88,7 +88,7 @@ module.exports = function(theme) {
88 88
           y = theme.captionTop + theme.captionTotalHeight + theme[type + 'TopMargin'];
89 89
         }
90 90
         else {
91
-          y = top
91
+          y = top;
92 92
         }
93 93
       }
94 94