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